Skip to content

Commit 7818b93

Browse files
authored
built on swift 5.7 (#17)
1 parent 216ad2b commit 7818b93

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: norio-nomura/[email protected]
1111
macos-test:
1212
strategy:
1313
matrix:
1414
swift-version:
15-
- "5.5"
16-
- "5.4"
17-
- "5.3"
15+
- "5.7"
1816
runs-on: macos-latest
1917
steps:
20-
- uses: actions/checkout@v2
21-
- uses: fwal/setup-swift@v1
18+
- uses: actions/checkout@v3
19+
- uses: swift-actions/setup-swift@v1
2220
with:
2321
swift-version: ${{ matrix.swift-version }}
2422
- run: swift test

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.1
1+
// swift-tools-version:5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AccelerateArray
22

3-
[![Swift Version](https://img.shields.io/badge/swift-5.5-blue.svg)](https://swift.org)
3+
[![Swift Version](https://img.shields.io/badge/swift-5.7-blue.svg)](https://swift.org)
44
![Platform](https://img.shields.io/badge/platform-macOS-lightgray.svg)
55
![Build](https://github.com/dastrobu/AccelerateArray/actions/workflows/ci.yaml/badge.svg)
66
[![documentation](https://github.com/dastrobu/AccelerateArray/raw/master/docs/badge.svg?sanitize=true)](https://dastrobu.github.io/AccelerateArray/)
@@ -43,7 +43,7 @@ additional types, which can be easily built on top of this package.
4343
```swift
4444
let package = Package(
4545
dependencies: [
46-
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.3.1"),
46+
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.4.0"),
4747
]
4848
)
4949
```

0 commit comments

Comments
 (0)