Skip to content

Commit

Permalink
Update link to JDK 24
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 18, 2025
1 parent 41e9eaa commit 2bee163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/groovy-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
os: [ubuntu-latest]
# The jdk links of "install-jdk.sh" are sometimes outdated, so we have to download openjdk releases from https://jdk.java.net/ by ourselves.
jdk:
- "https://download.java.net/java/early_access/jdk24/20/GPL/openjdk-24-ea+20_linux-x64_bin.tar.gz"
- "https://download.java.net/java/early_access/jdk24/31/GPL/openjdk-24-ea+31_linux-x64_bin.tar.gz"
runs-on: ${{ matrix.os }}
steps:
- name: Download JDK ${{ matrix.jdk }}
Expand Down

0 comments on commit 2bee163

Please sign in to comment.