mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-19 03:43:02 +08:00
Restore windows latest test & add test for non-prefixed mandrel ver
This commit is contained in:
parent
cde0daed27
commit
40dc6ae006
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -187,7 +187,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ['mandrel-22.2.0.0-Final', 'mandrel-latest']
|
version: ['mandrel-22.2.0.0-Final', '23.0.1.2-Final', 'mandrel-latest']
|
||||||
java-version: ['17']
|
java-version: ['17']
|
||||||
distribution: ['mandrel']
|
distribution: ['mandrel']
|
||||||
os: [windows-latest, ubuntu-latest]
|
os: [windows-latest, ubuntu-latest]
|
||||||
@ -196,10 +196,6 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: '' # test empty distribution for backward compatibility
|
distribution: '' # test empty distribution for backward compatibility
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
|
|
||||||
- version: 'mandrel-latest'
|
|
||||||
java-version: '17'
|
|
||||||
os: windows-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run setup-graalvm action
|
- name: Run setup-graalvm action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user