Skip to content

Commit adb2643

Browse files
committed
Only build for main and 6.2
1 parent 2015da9 commit adb2643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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"}]'
1312
linux_pre_build_command: apt-get update && apt-get install -y libsqlite3-dev libncurses5-dev
14-
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13+
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
14+
windows_swift_versions: '["nightly-main"]'
1515
soundness:
1616
name: Soundness
1717
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)