Skip to content

Commit

Permalink
Test against Java 22 ea
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Sep 21, 2023
1 parent 2b0295d commit c9ad504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-supported-java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '11', '17', '20', '21' ]
java: [ '11', '17', '20', '21', '22-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9ad504

Please sign in to comment.