Skip to content

Commit efda1cc

Browse files
authored
Update unit tests to newer Swift versions (#270)
1 parent f2c0d9f commit efda1cc

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- xcode: "11.7" # Swift 5.2
20-
macOS: "10.15"
21-
iOS: "13.7"
22-
tvOS: "13.4"
23-
useCodecov: "false"
24-
- xcode: "12.4" # Swift 5.3
25-
macOS: "10.15"
26-
iOS: "14.4"
27-
tvOS: "14.3"
28-
useCodecov: "false"
29-
- xcode: "12.5.1" # Swift 5.4
30-
macOS: "11.0"
31-
iOS: "14.5"
32-
tvOS: "14.5"
33-
useCodecov: "false"
34-
- xcode: "13.1" # Swift 5.5
35-
macOS: "11.0"
36-
iOS: "15.0"
37-
tvOS: "15.0"
38-
useCodecov: "false"
3919
- xcode: "13.4.1" # Swift 5.6
4020
macOS: "12"
4121
iOS: "15.5"
@@ -74,12 +54,9 @@ jobs:
7454
strategy:
7555
matrix:
7656
swift:
77-
- "5.1"
78-
- "5.2"
79-
- "5.3"
80-
- "5.4"
81-
- "5.5"
82-
- "5.6"
57+
- "5.7"
58+
- "5.7"
59+
- "5.8"
8360

8461
runs-on: ubuntu-latest
8562
container:
@@ -93,8 +70,8 @@ jobs:
9370
strategy:
9471
matrix:
9572
swift:
96-
- "5.5"
97-
- "5.6"
73+
- "5.8"
74+
- "5.7"
9875

9976
runs-on: windows-2019
10077

0 commit comments

Comments
 (0)