Skip to content

Commit

Permalink
Update e2e-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabaleshwars authored Oct 1, 2024
1 parent a75f29f commit adb2c47
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: [
'temurin',
'adopt',
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['temurin', 'zulu', 'liberica']
version:
- '11.0'
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution:
['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine']
exclude:
Expand All @@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution:
['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine']
exclude:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
version: ['17-ea', '15.0.0-ea.14']
steps:
- name: Checkout
Expand All @@ -213,7 +213,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
version: ['17-ea']
steps:
- name: Checkout
Expand All @@ -235,7 +235,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
version: ['17-ea', '21-ea']
steps:
- name: Checkout
Expand All @@ -257,7 +257,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['temurin', 'zulu', 'liberica', 'semeru', 'sapmachine']
java-package: ['jre']
version: ['17.0']
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
fail-fast: false
matrix:
# x86 is not supported on macOS
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['liberica', 'zulu', 'corretto']
version: ['11']
steps:
Expand All @@ -328,7 +328,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['temurin', 'microsoft', 'corretto']
java-version-file: ['.java-version', '.tool-versions']
steps:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto']
java-version-file: ['.java-version', '.tool-versions']
steps:
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['adopt', 'adopt-openj9', 'zulu']
java-version-file: ['.java-version', '.tool-versions']
steps:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, macos-13, macos-14]
distribution: ['adopt', 'zulu', 'liberica']
java-version-file: ['.java-version', '.tool-versions']
steps:
Expand Down

0 comments on commit adb2c47

Please sign in to comment.