e2e test update

This commit is contained in:
Jordie 2022-02-03 21:58:27 +01:00
parent 8ea4ffb40e
commit 1f0500601a

View File

@ -19,9 +19,9 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['semeru'] # internally 'adopt-hotspot' is the same as 'adopt' distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft', 'semeru'] # internally 'adopt-hotspot' is the same as 'adopt'
version: ['8', '11', '16', '17'] version: ['8', '11', '16']
exclude: exclude:
- distribution: microsoft - distribution: microsoft
version: 8 version: 8
@ -139,7 +139,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['temurin', 'zulu', 'liberica'] distribution: ['temurin', 'zulu', 'liberica', 'semeru']
java-package: ['jre'] java-package: ['jre']
version: ['16.0'] version: ['16.0']
include: include:
@ -203,4 +203,4 @@ jobs:
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}" run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
shell: bash shell: bash
# Only Microsoft provides AArch64. However, GitHub-hosted runners do not support this architecture. # Only Microsoft and Semeru provide AArch64. However, GitHub-hosted runners do not support this architecture.