Skip to content

Commit 74901b3

Browse files
Drop Swift 4.2 support
1 parent 1befbcb commit 74901b3

File tree

4 files changed

+817
-536
lines changed

4 files changed

+817
-536
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build and Test on Linux
1717
strategy:
1818
matrix:
19-
swift-version: ["4.2", "5.0", "5.1", "5.2", "5.3"]
19+
swift-version: ["5.0", "5.1", "5.2", "5.3"]
2020
runs-on: Ubuntu-18.04
2121
steps:
2222
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Swift
3131
run: swiftenv install "${{ matrix.swift-version }}" --skip-existing
3232
- run: swift --version
33-
- run: swift test
33+
- run: swift test --enable-test-discovery
3434
test_on_macOS:
3535
name: Build and Test on macOS
3636
strategy:

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.2
1+
// swift-tools-version:5.0
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)