File tree Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
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"
39
19
- xcode : " 13.4.1" # Swift 5.6
40
20
macOS : " 12"
41
21
iOS : " 15.5"
74
54
strategy :
75
55
matrix :
76
56
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"
83
60
84
61
runs-on : ubuntu-latest
85
62
container :
93
70
strategy :
94
71
matrix :
95
72
swift :
96
- - " 5.5 "
97
- - " 5.6 "
73
+ - " 5.8 "
74
+ - " 5.7 "
98
75
99
76
runs-on : windows-2019
100
77
You can’t perform that action at this time.
0 commit comments