ci: add jdk 18 to the test matrix

This commit is contained in:
Gauthier Roebroeck 2022-04-12 14:15:51 +08:00
parent f2387b61be
commit b4661722ca

View file

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