Skip to content

Commit 34ffd09

Browse files
committed
disable integration tests on Swift < 6.0
1 parent 686337a commit 34ffd09

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
# Workaround https://github.com/nektos/act/issues/1875
3030
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
3131
with:
32-
name: "Integration tests"
33-
matrix_linux_command: "./scripts/integration_tests.sh"
32+
name: "Integration tests"
33+
matrix_linux_command: "./scripts/integration_tests.sh"
34+
linux_5_8_enabled: false
35+
linux_5_9_enabled: false
36+
linux_5_10_enabled: false
3437

3538
swift-6-language-mode:
3639
name: Swift 6 Language Mode

0 commit comments

Comments
 (0)