Skip to content

Commit 228f980

Browse files
committed
Update GitHub pull request workflow
Stop trying to test with Swift 5.9 on Linux
1 parent cae5c18 commit 228f980

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
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
12+
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}]'
1313
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
1414

1515
soundness:

0 commit comments

Comments
 (0)