From 6c8de371f575ced3e06bba0fb62f26e5d6b02fe0 Mon Sep 17 00:00:00 2001 From: Marius Felkner Date: Tue, 12 Mar 2024 10:01:34 +0100 Subject: [PATCH] REMOVE swift 5.10 Waiting for https://github.com/swift-actions/setup-swift/pull/667 --- .github/workflows/builds.yml | 2 +- .github/workflows/nightly.yml | 2 +- CHANGELOG.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8f2c231..8cc3a66 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ macos-latest ] - swift: ["5.7", "5.8", "5.9", "5.10"] + swift: ["5.7", "5.8", "5.9"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c2d9f01..108f9b4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - swift: ["5.7", "5.8", "5.9", "5.10"] + swift: ["5.7", "5.8", "5.9"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8d31b..9c1f155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,5 @@ - [SwiftLint](https://github.com/realm/SwiftLint) with a .swiftlint.yml file. lint checks are done on CI - `Sendable` conformance to `Version` to satisfy build warnings when complete concurrency checks are enabled -- Swift `5.10` to CI matrices The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).