ci: test on Java 19

This commit is contained in:
Gauthier Roebroeck 2023-01-16 17:40:01 +08:00
parent 8b6b47d1e5
commit 35750a9e58

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