Skip to content

Commit 2fcf9c4

Browse files
committed
Don’t exclude 5.8 in PR testing
Swift 5.8 was removed from the underlying workflow in swiftlang/github-workflows#107
1 parent f1261c0 commit 2fcf9c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
tests:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11-
with:
12-
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
1311
soundness:
1412
name: Soundness
1513
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)