Skip to content

Commit

Permalink
Merge pull request #528 from xstefank/fix-jdk-22-download
Browse files Browse the repository at this point in the history
Update JDK 22 download link
  • Loading branch information
xstefank authored Mar 13, 2024
2 parents a7fac1b + 0f56593 commit 2ae719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- { name: "20" }
- { name: "21" }
- { name: "22-ea",
download_url: "https://download.java.net/java/early_access/jdk22/34/GPL/openjdk-22-ea+34_linux-x64_bin.tar.gz"}
download_url: "https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz"}

name: Build with JDK ${{ matrix.java.name }}

Expand Down

0 comments on commit 2ae719a

Please sign in to comment.