Skip to content

Commit

Permalink
Update EA to JDK 25
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored Dec 13, 2024
1 parent 4ec7aae commit 81f7cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 24
release: 25
cache: 'maven'
- name: 'Set up JDK ${{ matrix.java }} from jdk.java.net'
if: ${{ matrix.java == 'EA' }}
Expand Down Expand Up @@ -96,11 +96,11 @@ jobs:
steps:
- name: 'Check out repository'
uses: actions/checkout@v4
- name: 'Set up JDK 24 from jdk.java.net'
- name: 'Set up JDK 25 from jdk.java.net'
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 24
release: 25
cache: 'maven'
- name: 'Set up JDK 17'
uses: actions/setup-java@v4
Expand Down

0 comments on commit 81f7cb1

Please sign in to comment.