Skip to content

Commit

Permalink
Added JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelcharman committed Dec 21, 2023
1 parent d550f0a commit 28024fb
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '15', '17' ]
java: [ '11', '15', '17', '21' ]
name: Java ${{ matrix.Java }}

steps:
Expand Down

0 comments on commit 28024fb

Please sign in to comment.