Skip to content

Commit

Permalink
Test with JDK 21 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jan 24, 2024
1 parent dc40206 commit 680bc45
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', '20' ]
continue-on-error: ${{ matrix.java == '20' }}
java: [ '11', '17', '21' ]
continue-on-error: ${{ matrix.java == '21' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 680bc45

Please sign in to comment.