Skip to content

Commit

Permalink
CI builds for Java 21 are expected to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 16, 2024
1 parent 7b8cc29 commit 82004b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 21
experimental: true
- java: 22-ea
experimental: true

Expand Down

0 comments on commit 82004b5

Please sign in to comment.