Skip to content

Commit

Permalink
run against Java 21 in addition
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Höf <[email protected]>
  • Loading branch information
jonashoef committed Nov 13, 2024
1 parent d87ff56 commit c0f286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false # ensures build runs for all three JDKs
matrix:
java: [ '8', '11', '17' ]
java: [ '8', '11', '17', '21' ]

name: Java ${{ matrix.Java }}

Expand Down

0 comments on commit c0f286d

Please sign in to comment.