Commit 56715c2 1 parent 313bb9d commit 56715c2 Copy full SHA for 56715c2
File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- uses : norio-nomura/action-swiftlint@3.2.1
11
11
macOS-test :
12
12
strategy :
13
13
matrix :
14
14
swift-version :
15
- - " 5.5 "
15
+ - " 5.7 "
16
16
runs-on : macos-latest
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : fwal /setup-swift@v1
18
+ - uses : actions/checkout@v3
19
+ - uses : swift-actions /setup-swift@v1
20
20
with :
21
21
swift-version : ${{ matrix.swift-version }}
22
22
- run : swift test
23
23
linux-test :
24
24
strategy :
25
25
matrix :
26
26
swift-version :
27
+ - " 5.7"
28
+ - " 5.6"
27
29
- " 5.5"
28
30
- " 5.4"
29
31
- " 5.3"
@@ -33,10 +35,10 @@ jobs:
33
35
runs-on : ubuntu-latest
34
36
container : swift:${{ matrix.swift-version }}
35
37
steps :
36
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
37
39
- run : swift test
38
40
iOS-build :
39
41
runs-on : macos-latest
40
42
steps :
41
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
42
44
- run : xcodebuild -scheme argtree -destination 'platform=iOS Simulator,name=iPhone 13'
Original file line number Diff line number Diff line change 6
6
"repositoryURL": "https://github.com/apple/swift-log.git",
7
7
"state": {
8
8
"branch": null,
9
- "revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7 ",
10
- "version": "1.4.2 "
9
+ "revision": "6fe203dc33195667ce1759bf0182975e4653ba1c ",
10
+ "version": "1.4.4 "
11
11
}
12
12
}
13
13
]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
12
12
] ) ,
13
13
] ,
14
14
dependencies: [
15
- . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.4.2 " ) ,
15
+ . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.4.4 " ) ,
16
16
] ,
17
17
targets: [
18
18
. target(
Original file line number Diff line number Diff line change 1
1
# argtree
2
2
3
- [ ![ Swift] ( https://img.shields.io/badge/Swift-5.5 -blue?logo=swift&logoColor=white )] ( https://swift.org )
3
+ [ ![ Swift] ( https://img.shields.io/badge/Swift-5.7 -blue?logo=swift&logoColor=white )] ( https://swift.org )
4
4
![ Platform] ( https://img.shields.io/badge/platform-x86__64--apple|x86__64--linux-lightgrey.svg )
5
5
![ Build] ( https://github.com/dastrobu/argtree/actions/workflows/ci.yaml/badge.svg )
6
6
@@ -61,7 +61,7 @@ complicated parse trees for big command line programs.
61
61
``` swift
62
62
let package = Package (
63
63
dependencies : [
64
- .package (url : " https://github.com/dastrobu/argtree.git" , from : " 1.5.3 " ),
64
+ .package (url : " https://github.com/dastrobu/argtree.git" , from : " 1.5.4 " ),
65
65
]
66
66
)
67
67
```
You can’t perform that action at this time.
0 commit comments