From 15bcf952c8890c27673fa67c323d49bbe5c9aa49 Mon Sep 17 00:00:00 2001 From: Fabian Boemer Date: Fri, 2 May 2025 08:33:20 -0700 Subject: [PATCH] Remove swift 5.8 from linux_exclude_swift_versions in CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d870497..3f60dd5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,7 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main with: enable_windows_checks: false - # TODO: remove 5.8 after https://github.com/swiftlang/github-workflows/pull/107 - linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}, {\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" + linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" linux_pre_build_command: "apt-get update && apt-get install -y libjemalloc-dev" linux_build_command: > swift test --configuration release;