Add Java 22 to the GH CI build

This commit is contained in:
Gary Gregory 2024-07-22 08:38:53 -04:00
parent 618a20f777
commit d8909f9d9e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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