From 2e8dabe420c256ef1bc0a4b2763b4c7d9f3a8281 Mon Sep 17 00:00:00 2001 From: George Adams Date: Mon, 16 Sep 2024 20:29:42 +0100 Subject: [PATCH] Update .github/workflows/e2e-versions.yml Co-authored-by: christian <153755613+skateball@users.noreply.github.com> --- .github/workflows/e2e-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index b01ce2f7..2d643ecd 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -95,7 +95,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - distribution: ['temurin'] + distribution: ['temurin', 'sapmachine'] version: ['21', '17'] steps: - name: Checkout