Skip to content

Commit

Permalink
GH Actions: also test on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 29, 2024
1 parent 5d3341c commit 12dbc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
java: [ '8', '11', '17', '21' ]
defaults:
run:
working-directory: compiler
Expand Down

0 comments on commit 12dbc32

Please sign in to comment.