Add Java 22 to CI

This commit is contained in:
AsamK 2024-03-23 09:33:37 +01:00
parent abddf24752
commit 95e70b9d15

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '21' ]
java: [ '21', '22' ]
steps:
- uses: actions/checkout@v4