Skip to content

Commit 5d497a6

Browse files
authored
ci: Remove Linux 5.8 configuration (#24)
### Motivation Upstream has removed the 5.8 configuration, so setting it causes the runners to fail. apple/swift-nio@c16420c#diff-c91058a32040621ac54d6ea4194b302a420b7849f6e8561920d23a0e97acf69a ### Modifications Remove Swift 5.8 configuration, add Swift 6.0 configuration. ### Result Actions will run again. Currently they fail with 'startup error'. ### Test Plan Check that actions-based tests can start again.
1 parent 692cb27 commit 5d497a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
name: Unit tests
1919
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
2020
with:
21-
linux_5_8_enabled: false
2221
linux_5_9_enabled: false
2322
linux_5_10_enabled: false
23+
linux_6_0_arguments_override: "--skip SmokeTests"
2424
linux_nightly_6_0_arguments_override: "--skip SmokeTests"
2525
linux_nightly_main_arguments_override: "--skip SmokeTests"
2626

0 commit comments

Comments
 (0)