diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 1f23fbaf..0eabb14c 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu'] # internally 'adopt-hotspot' is the same as 'adopt' + distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica'] # internally 'adopt-hotspot' is the same as 'adopt' version: ['8', '11', '16'] steps: - name: Checkout @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - distribution: ['temurin', 'zulu'] + distribution: ['temurin', 'zulu', 'liberica'] version: - '11.0' - '8.0.302' @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - distribution: ['temurin', 'zulu'] + distribution: ['temurin', 'zulu', 'liberica'] steps: - name: Checkout uses: actions/checkout@v2 @@ -136,7 +136,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - distribution: ['temurin', 'zulu'] + distribution: ['temurin', 'zulu', 'liberica'] java-package: ['jre'] version: ['16.0'] include: @@ -148,6 +148,14 @@ jobs: java-package: jdk+fx version: '8.0.242' os: ubuntu-latest + - distribution: 'liberica' + java-package: jdk+fx + version: '8' + os: ubuntu-latest + - distribution: 'liberica' + java-package: jre+fx + version: '11' + os: ubuntu-latest exclude: # Eclipse Temurin currently doesn't publish JREs, only JDKs - distribution: 'temurin' @@ -173,9 +181,9 @@ jobs: strategy: fail-fast: false matrix: - # Only Zulu provides x86 arch for now and only for windows / ubuntu + # Only Zulu and Liberica provides x86 arch for now and only for windows / ubuntu os: [windows-latest, ubuntu-latest] - distribution: ['zulu'] + distribution: ['zulu', 'liberica'] version: ['11'] steps: - name: Checkout