From 52f603c6b38d924d63a950aacb6d630979f4b258 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 10 May 2024 16:31:13 -0700 Subject: [PATCH] [CI] Remove support for Swift 5.7 --- .swiftci/5_7_ubuntu2204 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .swiftci/5_7_ubuntu2204 diff --git a/.swiftci/5_7_ubuntu2204 b/.swiftci/5_7_ubuntu2204 deleted file mode 100644 index b1568a38..00000000 --- a/.swiftci/5_7_ubuntu2204 +++ /dev/null @@ -1,5 +0,0 @@ -LinuxSwiftPackageJob { - swift_version_tag = "5.7-jammy" - repo = "swift-system" - branch = "release/1.3.0" -}