File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
name : Test macOS
14
14
runs-on : macOS-latest
15
15
env :
16
- DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
16
+ DEVELOPER_DIR : /Applications/Xcode_16.0 .app/Contents/Developer
17
17
strategy :
18
18
matrix :
19
19
include :
37
37
spm :
38
38
name : Test with SPM
39
39
runs-on : ubuntu-latest
40
- container : swift:5.6 -focal
40
+ container : swift:5.10 -focal
41
41
steps :
42
42
- uses : actions/checkout@v2
43
43
- name : SPM Test
48
48
strategy :
49
49
matrix :
50
50
swift_version :
51
- - 5.5.1
52
- - 5.5.2
51
+ - 5.10
52
+ - 6.0
53
53
fail-fast : false
54
54
container : swift:${{ matrix.swift_version }}-focal
55
55
steps :
@@ -59,15 +59,15 @@ jobs:
59
59
swiftformat :
60
60
name : Linting
61
61
runs-on : ubuntu-latest
62
- container : swift:5.6 -focal
62
+ container : swift:5.10 -focal
63
63
steps :
64
64
- uses : actions/checkout@v2
65
65
- name : Lint
66
66
run : swift package plugin --allow-writing-to-package-directory swiftformat --lint
67
67
cli_build :
68
68
name : Build CLI
69
69
runs-on : ubuntu-latest
70
- container : swift:5.7 -focal
70
+ container : swift:5.10 -focal
71
71
steps :
72
72
- uses : actions/checkout@v2
73
73
- name : SPM Test
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5.0
1
+ // swift-tools-version:5.10
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
You can’t perform that action at this time.
0 commit comments