From 8286b986509d6283001f018306b8738cb1b8f609 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 11 Apr 2025 13:19:53 +0530 Subject: [PATCH] check failures fix --- .github/workflows/e2e-versions.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index db809b8..a95ebb7 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -30,10 +30,9 @@ jobs: 'liberica', 'microsoft', 'semeru', - 'corretto', - 'dragonwell' + 'corretto' ] # internally 'adopt-hotspot' is the same as 'adopt' - version: ['21', '11', '17'] + version: ['8', '11', '17'] exclude: - distribution: microsoft version: 8 @@ -49,6 +48,19 @@ jobs: - distribution: oracle os: ubuntu-latest version: 20 + - distribution: dragonwell + os: ubuntu-latest + version: 11.0.26 + - distribution: dragonwell + os: windows-latest + version: 11.0.26 + - distribution: dragonwell + os: ubuntu-latest + version: 17.0.14 + - distribution: dragonwell + os: windows-latest + version: 17.0.14 + steps: - name: Checkout