Skip to content

Commit

Permalink
Add Java 22 and 23-ea to GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 22, 2024
1 parent 545fe40 commit 3218cb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21 ]
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
# - java: 22-ea
# experimental: true
include:
- java: 23-ea
experimental: true

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down

0 comments on commit 3218cb7

Please sign in to comment.