Add Java 22 and 23-ea to GH CI

This commit is contained in:
Gary Gregory 2024-05-22 08:59:59 -04:00
parent 545fe40309
commit 3218cb7579
1 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }} continue-on-error: ${{ matrix.experimental }}
strategy: strategy:
matrix: matrix:
java: [ 8, 11, 17, 21 ] java: [ 8, 11, 17, 21, 22 ]
experimental: [false] experimental: [false]
# include: include:
# - java: 22-ea - java: 23-ea
# experimental: true experimental: true
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6