Skip to content

Commit 394e01d

Browse files
authored
Update pull_request.yml
1 parent 9ce928a commit 394e01d

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,7 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "focal", "rhel-ubi9"]'
13-
linux_swift_versions: '["6.0", "6.1", "nightly-6.2", "nightly-main"]'
13+
linux_swift_versions: '["5.10", "6.0", "6.1", "nightly-6.2", "nightly-main"]'
1414
linux_pre_build_command: |
1515
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy, focal
1616
apt-get update -y

0 commit comments

Comments
 (0)