Skip to content

Commit

Permalink
Merge pull request #26 from concordion/jdk21
Browse files Browse the repository at this point in the history
Added JDK 21
  • Loading branch information
nigelcharman authored Dec 24, 2023
2 parents 863e8a1 + 28024fb commit e16d844
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 e16d844

Please sign in to comment.