Skip to content

Commit

Permalink
REMOVE swift 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Mar 12, 2024
1 parent 657b1bc commit 6c8de37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 6c8de37

Please sign in to comment.