diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 0553d91..456af47 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -17,6 +17,8 @@ jobs: setup-java-major-versions: name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }} runs-on: ${{ matrix.os }} + container: + image: ${{ matrix.container }} strategy: fail-fast: false matrix: @@ -48,6 +50,10 @@ jobs: - distribution: oracle os: ubuntu-latest version: 20 + - distribution: temurin + os: ubuntu-latest + version: 21 + container: alpine:latest steps: - name: Checkout