We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686337a commit 34ffd09Copy full SHA for 34ffd09
.github/workflows/pull_request.yml
@@ -29,8 +29,11 @@ jobs:
29
# Workaround https://github.com/nektos/act/issues/1875
30
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
31
with:
32
- name: "Integration tests"
33
- matrix_linux_command: "./scripts/integration_tests.sh"
+ name: "Integration tests"
+ 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
37
38
swift-6-language-mode:
39
name: Swift 6 Language Mode
0 commit comments