Skip to content

Commit

Permalink
Do not test on Java 19 anymore
Browse files Browse the repository at this point in the history
No longer supported.
  • Loading branch information
acogoluegnes committed Apr 4, 2023
1 parent 402f3f4 commit acb4cf8
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '11', '17', '19', '20', '21-ea' ]
java: [ '11', '17', '20', '21-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit acb4cf8

Please sign in to comment.