Skip to content

Commit

Permalink
Test against Java 20 (stable)
Browse files Browse the repository at this point in the history
Remove Java 19 (no longer supported).
  • Loading branch information
acogoluegnes committed Apr 4, 2023
1 parent 6fb0d6e commit cfb0097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-supported-java-versions-5.x.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: [ '8', '11', '17', '19', '20-ea', '21-ea' ]
java: [ '8', '11', '17', '20', '21-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-supported-java-versions-main.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: [ '8', '11', '17', '19', '20-ea', '21-ea' ]
java: [ '8', '11', '17', '20', '21-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cfb0097

Please sign in to comment.