Skip to content

Commit

Permalink
Building on Java 22 now works
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 22, 2024
1 parent 9f10a54 commit 0ff5384
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21 ]
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
include:
# https://github.com/easymock/easymock/issues/547
- java: 22
experimental: true
- java: 23-ea
experimental: true

Expand Down

0 comments on commit 0ff5384

Please sign in to comment.