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;