Skip to content

Commit f0f3a83

Browse files
authored
Merge pull request #867 from ahoppen/cross-pr-testing
Enable cross-PR testing
2 parents 8a989fa + 8b93d97 commit f0f3a83

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Test
1717
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1818
with:
19-
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
19+
enable_cross_pr_testing: true
2020
soundness:
2121
name: Soundness
2222
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)