Skip to content

Commit

Permalink
Test with Java 21 (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 11, 2023
1 parent 3ae7af5 commit 6d08c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
version: [ 17, 19 ]
version: [ 17, 21 ]
name: 'Build Java ${{ matrix.version }} - ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6d08c72

Please sign in to comment.