Skip to content

Commit 52261b7

Browse files
committed
ci: Add --skip flags for Swift 6.2 matrix job
Motivation ---------- Swift NIO's unit test matrix job has been [updated for Swift 6.2](apple/swift-nio@6114e3c), so additional override flags must be defined. Modifications ------------- Define `linux_6.2_arguments_override` for pull requests and the scheduled build on main. Result ------ Tests with Swift 6.2 will pass. Test Plan --------- Existing tests pass again.
1 parent 622f730 commit 52261b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
linux_5_10_enabled: false
1717
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
1818
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
19+
linux_6_2_arguments_override: "--skip SmokeTests --skip TarInteropTests"
1920
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2021
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2122

0 commit comments

Comments
 (0)