ci: build on java 19

This commit is contained in:
Gauthier 2022-10-30 08:58:35 +08:00 committed by Gauthier Roebroeck
parent 3f4aa33e49
commit 71b092cf50

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17, 18 ]
java: [ 8, 11, 17, 19 ]
name: Test JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v3