diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 084d5bf..f800a88 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -136,7 +136,14 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] distribution: - ['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] + [ + 'temurin', + 'zulu', + 'liberica', + 'dragonwell', + 'sapmachine', + 'jetbrains' + ] exclude: - distribution: dragonwell os: macos-latest @@ -163,7 +170,14 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] distribution: - ['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] + [ + 'temurin', + 'zulu', + 'liberica', + 'dragonwell', + 'sapmachine', + 'jetbrains' + ] exclude: - distribution: dragonwell os: macos-latest