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

This reverts commit a77b62b6ba.
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
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8, 11, 17, 19 ]
java: [ 8, 11, 17, 18 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3