mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-23 12:20:10 +08:00
Drop Mandrel JDK11 builds.
Mandrel 22.3.0.1-Final and later no longer ship JDK11 builds.
This commit is contained in:
parent
b0049dea1e
commit
d39e1ea8ea
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -112,8 +112,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['mandrel-21.3.0.0-Final', 'mandrel-latest']
|
||||
java-version: ['11', '17']
|
||||
version: ['mandrel-22.2.0.0-Final', 'mandrel-latest']
|
||||
java-version: ['17']
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user