Skip to content

Commit 4b7a603

Browse files
committed
Update the Java JDK version to 21
1 parent 9449565 commit 4b7a603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13-
pre_build_command: "apt-get update -y -q && apt-get install -y -q default-jdk"
13+
pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk"

0 commit comments

Comments
 (0)