Revert "Replace Java 18 with 19 in build matrix."

This reverts commit a77b62b6ba21a8396ccb1e35aeb10a7ce67786b2.
This commit is contained in:
Harald Kuhr 2022-10-15 11:55:34 +02:00
parent b5856fd110
commit 35f2f0be9f

View File

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