diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index f64706af..ecdb7852 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', 'liberica', 'microsoft' ] # internally 'adopt-hotspot' is the same as 'adopt' + distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft', 'corretto' ] # internally 'adopt-hotspot' is the same as 'adopt' version: ['8', '11', '16'] exclude: - distribution: microsoft @@ -187,7 +187,7 @@ jobs: matrix: # x86 is not supported on macOS os: [windows-latest, ubuntu-latest] - distribution: ['liberica', 'zulu'] + distribution: ['liberica', 'zulu', 'corretto'] version: ['11'] steps: - name: Checkout