Skip to content

Commit

Permalink
[CI] Switch ea build to JDK 25-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 14, 2025
1 parent bc9b32c commit d3cfe6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '24-ea' ]
java: [ '25-ea' ]
os: ['ubuntu-24.04', 'windows-latest', 'macos-latest']
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '24-ea', '25-ea' ]
java: [ '25-ea' ]
os: ['ubuntu-24.04', 'windows-latest', 'macos-latest']
steps:
- name: Checkout code
Expand Down

0 comments on commit d3cfe6a

Please sign in to comment.