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