Skip to content

Commit

Permalink
Update version of Java used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Apr 6, 2024
1 parent 224dad5 commit af57207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'windows-latest', 'ubuntu-latest' ]
java: [ '16', '17', '18', '19', '20' ]
java: [ '17', '18', '19', '20', '21' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit af57207

Please sign in to comment.