Add Java 22 and 23-ea to GH CI
This commit is contained in:
parent
545fe40309
commit
3218cb7579
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue