We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9449565 commit 4b7a603Copy full SHA for 4b7a603
.github/workflows/pull_request.yml
@@ -10,4 +10,4 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13
- pre_build_command: "apt-get update -y -q && apt-get install -y -q default-jdk"
+ pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk"
0 commit comments