Skip to content

Commit 5a6a200

Browse files
authored
Add Xcode 14 and Swift 5.7 to CI (CreateAPI#156)
* Add Xcode 14 and Swift 5.7 to CI * Update Get to 1.0.3 in Package.resolved
1 parent 22074e5 commit 5a6a200

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
xcode: ["13.4.1", "13.2.1"]
17+
xcode: ["14.0", "13.4.1", "13.2.1"]
1818
include:
19+
- xcode: "14.0"
20+
macos: macOS-12
1921
- xcode: "13.4.1"
2022
macos: macOS-12
2123
- xcode: "13.2.1"
@@ -35,7 +37,7 @@ jobs:
3537
strategy:
3638
fail-fast: false
3739
matrix:
38-
swift: ["5.6"]
40+
swift: ["5.7", "5.6"]
3941
runs-on: ubuntu-latest
4042
container: swift:${{ matrix.swift }}
4143
steps:

Tests/Support/AllPackages/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/kean/Get",
77
"state": {
88
"branch": null,
9-
"revision": "db5248ce985c703c5ea0030b7c4d3f908db304c9",
10-
"version": "1.0.2"
9+
"revision": "f0795a24f4864152c47c444c0163088b4510ac5b",
10+
"version": "1.0.3"
1111
}
1212
},
1313
{

0 commit comments

Comments
 (0)