Skip to content

Commit

Permalink
Use proper 21, not ea
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 8, 2024
1 parent 705e6f0 commit 791390b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ '11', '17', '21-ea' ]
java: [ '11', '17', '21' ]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 791390b

Please sign in to comment.