Skip to content

Commit

Permalink
Test with JDK 20 on GitHub Actions
Browse files Browse the repository at this point in the history
Workflow is not ready for EA versions and it's not
worth complexifying when we're only interested in
LTS versions; let's just wait for 21 to be released.
  • Loading branch information
tbroyer committed Sep 10, 2023
1 parent 6863b1c commit 785b2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '21-ea' ]
continue-on-error: ${{ matrix.java == '21-ea' }}
java: [ '11', '17', '20' ]
continue-on-error: ${{ matrix.java == '20' }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 785b2a5

Please sign in to comment.