diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml
index 97d2db7..5ed8d42 100644
--- a/.github/workflows/e2e-versions.yml
+++ b/.github/workflows/e2e-versions.yml
@@ -14,55 +14,55 @@ on:
     - cron: '0 */12 * * *'
   workflow_dispatch:
 jobs:
-   setup-java-major-versions:
-   name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
-   runs-on: ${{ matrix.os }}
-   strategy:
-    fail-fast: false
-    matrix:
-      os: [macos-13, windows-latest, ubuntu-latest]
-      distribution: [
-          'temurin',
-          'adopt',
-          'adopt-openj9',
-          'zulu',
-          'liberica',
-          'microsoft',
-          'semeru',
-          'corretto',
-          'dragonwell'
-        ] # internally 'adopt-hotspot' is the same as 'adopt'
-      version: ['8', '11.0', '17.0.7+7']
-      exclude:
-        - distribution: microsoft
-          version: 8
-        - distribution: dragonwell
-          os: macos-latest
-      include:
-        - distribution: oracle
-          os: macos-latest
-          version: '17.0.7'
-        - distribution: oracle
-          os: windows-latest
-          version: '20'
-        - distribution: oracle
-          os: ubuntu-latest
-          version: '20'
-        - distribution: dragonwell
-          os: ubuntu-latest
-          version: '11.0'
-        - distribution: dragonwell
-          os: ubuntu-latest
-          version: '11.0.13+9'
-        - distribution: sapmachine
-          os: ubuntu-latest
-          version: '17.0.7'
-        - distribution: jetbrains
-          os: ubuntu-latest
-          version: '11.0.11'
-        - distribution: jetbrains
-          os: ubuntu-latest
-          version: '17.0.7'
+  setup-java-major-versions:
+    name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
+    runs-on: ${{ matrix.os }}
+    strategy:
+      fail-fast: false
+      matrix:
+        os: [macos-13, windows-latest, ubuntu-latest]
+        distribution: [
+            'temurin',
+            'adopt',
+            'adopt-openj9',
+            'zulu',
+            'liberica',
+            'microsoft',
+            'semeru',
+            'corretto',
+            'dragonwell'
+          ] # internally 'adopt-hotspot' is the same as 'adopt'
+        version: ['8', '11.0', '17.0.7+7']
+        exclude:
+          - distribution: microsoft
+            version: 8
+          - distribution: dragonwell
+            os: macos-latest
+        include:
+          - distribution: oracle
+            os: macos-latest
+            version: '17.0.7'
+          - distribution: oracle
+            os: windows-latest
+            version: '20'
+          - distribution: oracle
+            os: ubuntu-latest
+            version: '20'
+          - distribution: dragonwell
+            os: ubuntu-latest
+            version: '11.0'
+          - distribution: dragonwell
+            os: ubuntu-latest
+            version: '11.0.13+9'
+          - distribution: sapmachine
+            os: ubuntu-latest
+            version: '17.0.7'
+          - distribution: jetbrains
+            os: ubuntu-latest
+            version: '11.0.11'
+          - distribution: jetbrains
+            os: ubuntu-latest
+            version: '17.0.7'
 
     steps:
       - name: Checkout