Skip to content

Commit 98fddc3

Browse files
committed
Disable 5.10 actions
1 parent 308db18 commit 98fddc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Unit tests
1212
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
1313
with:
14+
linux_5_10_enabled: false
1415
linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
1516
linux_6_1_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
1617
linux_6_2_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
@@ -43,6 +44,7 @@ jobs:
4344
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator/.git && git config --global --add safe.directory /swift-openapi-generator
4445
MATRIX_LINUX_COMMAND: SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace} ./scripts/run-integration-test.sh
4546
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
47+
MATRIX_LINUX_5_10_ENABLED: false
4648

4749
integration-test:
4850
name: Integration test
@@ -68,6 +70,7 @@ jobs:
6870
MATRIX_LINUX_SETUP_COMMAND: git config --global --add safe.directory /swift-openapi-generator
6971
MATRIX_LINUX_COMMAND: ./scripts/test-examples.sh
7072
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
73+
MATRIX_LINUX_5_10_ENABLED: false
7174

7275
example-packages:
7376
name: Example packages
@@ -92,6 +95,7 @@ jobs:
9295
name: Release builds
9396
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
9497
with:
98+
linux_5_10_enabled: false
9599
windows_6_0_enabled: true
96100
windows_6_1_enabled: true
97101
windows_6_2_enabled: true

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
name: Unit tests
1818
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
1919
with:
20+
linux_5_10_enabled: false
2021
linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2122
linux_6_1_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2223
linux_6_2_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
@@ -68,6 +69,7 @@ jobs:
6869
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator/.git && git config --global --add safe.directory /swift-openapi-generator
6970
MATRIX_LINUX_COMMAND: SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace} ./scripts/run-integration-test.sh
7071
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
72+
MATRIX_LINUX_5_10_ENABLED: false
7173

7274
integration-test:
7375
name: Integration test
@@ -93,6 +95,7 @@ jobs:
9395
MATRIX_LINUX_SETUP_COMMAND: git config --global --add safe.directory /swift-openapi-generator
9496
MATRIX_LINUX_COMMAND: ./scripts/test-examples.sh
9597
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
98+
MATRIX_LINUX_5_10_ENABLED: false
9699

97100
example-packages:
98101
name: Example packages
@@ -102,7 +105,6 @@ jobs:
102105
name: "Example packages"
103106
matrix_string: '${{ needs.construct-example-packages-matrix.outputs.example-packages-matrix }}'
104107

105-
106108
macos-tests:
107109
name: macOS tests
108110
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
@@ -118,6 +120,7 @@ jobs:
118120
name: Release builds
119121
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
120122
with:
123+
linux_5_10_enabled: false
121124
windows_6_0_enabled: true
122125
windows_6_1_enabled: true
123126
windows_6_2_enabled: true

0 commit comments

Comments
 (0)