From 2fcf9c4481a0362dd948eb42d7c78ba3b1066cfd Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Mon, 7 Apr 2025 09:54:13 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20exclude=205.8=20in=20PR=20testi?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swift 5.8 was removed from the underlying workflow in https://github.com/swiftlang/github-workflows/pull/107 --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 01cce58414d..19031c98946 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -8,8 +8,6 @@ jobs: tests: name: Test uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main - with: - linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]" soundness: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main