File tree 3 files changed +15
-16
lines changed
3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : ci
2
2
3
3
on :
4
4
push :
@@ -17,7 +17,7 @@ concurrency:
17
17
jobs :
18
18
macOS :
19
19
name : ${{ matrix.platform }} (Swift ${{ matrix.swift }})
20
- runs-on : macos-12
20
+ runs-on : macos-13
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
@@ -27,28 +27,27 @@ jobs:
27
27
- tvOS
28
28
- watchOS
29
29
swift :
30
- - 5.5
31
- - 5.6
32
30
- 5.7
31
+ - 5.8
32
+ - 5.9
33
33
steps :
34
- - uses : actions/checkout@v2
35
- - uses : mxcl/xcodebuild@v1
34
+ - uses : actions/checkout@v3
35
+ - uses : mxcl/xcodebuild@v2
36
36
with :
37
37
platform : ${{ matrix.platform }}
38
38
swift : ~${{ matrix.swift }}
39
- warnings-as-errors : true
40
39
linux :
41
40
name : Linux (Swift ${{ matrix.swift }})
42
41
runs-on : ubuntu-latest
43
42
strategy :
44
43
fail-fast : false
45
44
matrix :
46
45
swift :
47
- - 5.5
48
- - 5.6
49
46
- 5.7
47
+ - 5.8
48
+ # - 5.9
50
49
container :
51
50
image : swift:${{ matrix.swift }}
52
51
steps :
53
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v3
54
53
- run : swift test --parallel -Xswiftc -warnings-as-errors
Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/pointfreeco/swift-custom-dump" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " c4f78db9b90ca57b7b6abc2223e235242739ea3c " ,
10
- "version" : " 0.4 .0"
9
+ "revision" : " edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01 " ,
10
+ "version" : " 1.0 .0"
11
11
}
12
12
},
13
13
{
14
14
"package" : " xctest-dynamic-overlay" ,
15
15
"repositoryURL" : " https://github.com/pointfreeco/xctest-dynamic-overlay" ,
16
16
"state" : {
17
17
"branch" : null ,
18
- "revision" : " 50a70a9d3583fe228ce672e8923010c8df2deddd " ,
19
- "version" : " 0.2.1 "
18
+ "revision" : " 23cbf2294e350076ea4dbd7d5d047c1e76b03631 " ,
19
+ "version" : " 1. 0.2"
20
20
}
21
21
}
22
22
]
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.7
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -26,5 +26,5 @@ let package = Package(
26
26
)
27
27
28
28
package . dependencies = [
29
- . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 0.2 .0" ) ,
29
+ . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.0 .0" ) ,
30
30
]
You can’t perform that action at this time.
0 commit comments