Skip to content

Commit 6c8de37

Browse files
committed
REMOVE swift 5.10
Waiting for swift-actions/setup-swift#667
1 parent 657b1bc commit 6c8de37

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ macos-latest ]
17-
swift: ["5.7", "5.8", "5.9", "5.10"]
17+
swift: ["5.7", "5.8", "5.9"]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
swift: ["5.7", "5.8", "5.9", "5.10"]
13+
swift: ["5.7", "5.8", "5.9"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
- [SwiftLint](https://github.com/realm/SwiftLint) with a .swiftlint.yml file. lint checks are done on CI
44
- `Sendable` conformance to `Version` to satisfy build warnings when complete concurrency checks are enabled
5-
- Swift `5.10` to CI matrices
65

76
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 commit comments

Comments
 (0)