From 9c0314fab048a6b901311f0c87dec3f5c7b9858d Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Thu, 18 Jan 2024 11:01:58 -0500 Subject: [PATCH] Fix swift versions --- .github/workflows/ci.yml | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dcd79a..9e54da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: strategy: matrix: swift-version: - - 5.1 - - 5.2 - - 5.3 - - 5.4 + # - 5.1 + # - 5.2 + # - 5.3 + # - 5.4 - 5.5 - 5.6 - 5.7 diff --git a/Package.swift b/Package.swift index 64aee79..3836571 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.6 +// swift-tools-version:5.5 import PackageDescription