Skip to content

Commit

Permalink
Merge pull request #22 from KyleAure/add-java-22-to-ci
Browse files Browse the repository at this point in the history
Update CI for Java 22
  • Loading branch information
KyleAure authored Feb 2, 2024
2 parents 590a75b + a978d38 commit af1f888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
build:
strategy:
matrix:
# TODO add 22-ea
java-version: [ '17', '18', '19', '20', '21' ]
java-version: [ '17', '18', '19', '20', '21', '22-ea' ]

runs-on: ubuntu-latest

Expand Down

0 comments on commit af1f888

Please sign in to comment.