Skip to content

Commit

Permalink
Use Java 20 in supported-Java-version test workflow
Browse files Browse the repository at this point in the history
Not 20-ea anymore.
  • Loading branch information
acogoluegnes committed Mar 30, 2023
1 parent d938fa7 commit 8729f6f
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-ea', '21-ea' ]
java: [ '11', '17', '19', '20', '21-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8729f6f

Please sign in to comment.