Add JDK 18 to the build matrix.

This commit is contained in:
Harald Kuhr 2022-09-09 12:35:22 +02:00
parent e333c7d1b2
commit 49f4e5401e

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 18 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2