From 3888c0a066ce1433cd7306899f136c271b98de1b Mon Sep 17 00:00:00 2001 From: Ivan Zosimov Date: Fri, 15 Sep 2023 10:10:53 +0200 Subject: [PATCH] tests: remove excess entries from e2e tests --- .github/workflows/e2e-versions.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index c83e30b..87808e4 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -38,8 +38,6 @@ jobs: version: 8 - distribution: dragonwell os: macos-latest - - distribution: dragonwell - version: 16 include: - distribution: oracle os: macos-latest @@ -50,12 +48,6 @@ jobs: - distribution: oracle os: ubuntu-latest version: 20 - - distribution: dragonwell - os: windows-latest - version: 17 - - distribution: dragonwell - os: ubuntu-latest - version: 17 steps: - name: Checkout