Skip to content

Commit

Permalink
changing to LTS 21 instead of 20
Browse files Browse the repository at this point in the history
  • Loading branch information
elucash committed Mar 1, 2024
1 parent 4aef361 commit 97a0d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17', '20' ]
java: [ '8', '11', '17', '21' ]
compiler: [ 'javac', 'ecj' ]
extra: [ 'none', 'errorprone' ]
steps:
Expand Down

0 comments on commit 97a0d7e

Please sign in to comment.