Skip to content

Commit daf000a

Browse files
authored
Merge pull request #10 from MFB-Technologies-Inc/feature/update-workflow
Feature/update workflow
2 parents a153c85 + 253b179 commit daf000a

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

.github/workflows/ci.yml

+9-20
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,15 @@ jobs:
2323
environment: default
2424
strategy:
2525
matrix:
26-
os:
27-
- macos-11
28-
- macos-12
29-
xcode:
30-
- '13.2'
31-
- '13.4'
32-
- '14.0.1'
33-
- '14.1'
34-
- '14.2'
35-
exclude:
36-
- os: macos-11
37-
xcode: '13.2'
38-
- os: macos-11
39-
xcode: '13.4'
40-
- os: macos-11
41-
xcode: '14.0.1'
42-
- os: macos-11
43-
xcode: '14.1'
44-
- os: macos-11
45-
xcode: '14.2'
26+
include:
27+
- os: macos-12
28+
xcode: 13.2.1 # Swift 5.5.2
29+
- os: macos-12
30+
xcode: 13.4.1 # Swift 5.6
31+
- os: macos-13
32+
xcode: 14.2 # Swift 5.7
33+
- os: macos-13
34+
xcode: 14.3 # Swift 5.8
4635
runs-on: ${{ matrix.os }}
4736
steps:
4837
- uses: actions/checkout@v3

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
2525
"state": {
2626
"branch": null,
27-
"revision": "ace21305e0dd3a9e749aef79fef14be79a3b4669",
28-
"version": "0.8.2"
27+
"revision": "4af50b38daf0037cfbab15514a241224c3f62f98",
28+
"version": "0.8.5"
2929
}
3030
}
3131
]

0 commit comments

Comments
 (0)