Skip to content

Commit df34047

Browse files
committed
ci: Remove Linux 5.8 configuration
Upstream has removed the 5.8 configuration, so setting it causes the runners to fail. apple/swift-nio@c16420c#diff-c91058a32040621ac54d6ea4194b302a420b7849f6e8561920d23a0e97acf69a
1 parent 692cb27 commit df34047

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: "-Xswiftc -warnings-as-errors --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)