Drop Mandrel JDK11 builds.
Mandrel 22.3.0.1-Final and later no longer ship JDK11 builds.
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -112,8 +112,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ['mandrel-21.3.0.0-Final', 'mandrel-latest']
|
version: ['mandrel-22.2.0.0-Final', 'mandrel-latest']
|
||||||
java-version: ['11', '17']
|
java-version: ['17']
|
||||||
os: [windows-latest, ubuntu-latest]
|
os: [windows-latest, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user