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 6540328 commit b30dfe4Copy full SHA for b30dfe4
.github/workflows/pull_request.yml
@@ -26,14 +26,13 @@ jobs:
26
27
integration-tests:
28
name: Integration Tests
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"
34
- linux_5_8_enabled: false
35
- linux_5_9_enabled: false
36
- linux_5_10_enabled: false
+ matrix_linux_5_8_enabled: false
+ matrix_linux_5_9_enabled: false
+ matrix_linux_5_10_enabled: false
37
38
swift-6-language-mode:
39
name: Swift 6 Language Mode
0 commit comments