Skip to content

Commit 7daccf7

Browse files
committed
update the CI to only run on nightly-main
1 parent 0e1cf35 commit 7daccf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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.9"}, {"swift_version": "5.10"}]'
13-
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
12+
linux_swift_versions: '["nightly-main"]'
13+
windows_swift_versions: '["nightly-main"]'
1414

1515
soundness:
1616
name: Soundness

0 commit comments

Comments
 (0)