From 12e0701594f547a764d5bcd1355115a10506ddd7 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Fri, 28 Mar 2025 14:51:38 -0700 Subject: [PATCH] Drop Linux 5.8 from the release workflow We no longer support building swift-syntax using Swift 5.8 --- .github/workflows/publish_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 969181fc799..f37a984e0cd 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -39,6 +39,7 @@ jobs: # We require that releases of swift-syntax build without warnings linux_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }} windows_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }} + linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]" create_tag: name: Create Tag runs-on: ubuntu-latest