File tree Expand file tree Collapse file tree 6 files changed +92
-156
lines changed
Expand file tree Collapse file tree 6 files changed +92
-156
lines changed Original file line number Diff line number Diff line change 1313 name : Test macOS
1414 runs-on : macOS-latest
1515 env :
16- DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
16+ DEVELOPER_DIR : /Applications/Xcode_16.0 .app/Contents/Developer
1717 strategy :
1818 matrix :
1919 include :
3737 spm :
3838 name : Test with SPM
3939 runs-on : ubuntu-latest
40- container : swift:5.6 -focal
40+ container : swift:5.10 -focal
4141 steps :
4242 - uses : actions/checkout@v2
4343 - name : SPM Test
4848 strategy :
4949 matrix :
5050 swift_version :
51- - 5.5.1
52- - 5.5.2
51+ - " 5.10 "
52+ - " 6.0 "
5353 fail-fast : false
5454 container : swift:${{ matrix.swift_version }}-focal
5555 steps :
@@ -59,15 +59,15 @@ jobs:
5959 swiftformat :
6060 name : Linting
6161 runs-on : ubuntu-latest
62- container : swift:5.6 -focal
62+ container : swift:5.10 -focal
6363 steps :
6464 - uses : actions/checkout@v2
6565 - name : Lint
6666 run : swift package plugin --allow-writing-to-package-directory swiftformat --lint
6767 cli_build :
6868 name : Build CLI
6969 runs-on : ubuntu-latest
70- container : swift:5.7 -focal
70+ container : swift:5.10 -focal
7171 steps :
7272 - uses : actions/checkout@v2
7373 - name : SPM Test
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33gem "fastlane"
4- gem "cocoapods"
You can’t perform that action at this time.
0 commit comments