Skip to content

Commit d43b06d

Browse files
authored
fix: Pin all dependencies to work on Swift 5.10 image (#82)
* fix: Update Vapor to 4.119.2 * Update Xcode path in CI workflow * Update Xcode path to version 16.4 * Update Swift tools to match vapor * Update ParseSwift * Drop to 4.117.2 * Dependency versions must all work on 5.10 * Bump to Swift 5.10 toolchain * Upgrade checkout action from v4 to v5 * Upgrade checkout action from v4 to v5
1 parent c5d5b5c commit d43b06d

File tree

6 files changed

+166
-64
lines changed

6 files changed

+166
-64
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ main ]
99

1010
env:
11-
CI_XCODE: '/Applications/Xcode_16.2.app/Contents/Developer'
11+
CI_XCODE: '/Applications/Xcode_16.4.app/Contents/Developer'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
@@ -18,7 +18,7 @@ jobs:
1818
spm-test:
1919
runs-on: macos-15
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Install SwiftLint
2323
run: brew install swiftlint
2424
- name: Lint
@@ -49,7 +49,7 @@ jobs:
4949
linux:
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- uses: sersoft-gmbh/SwiftyActions@v3
5454
with:
5555
release-version: "5"
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 20
7373
runs-on: macos-15
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- name: Generate Docs
7777
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
7878
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
types: [published]
55

66
env:
7-
CI_XCODE: '/Applications/Xcode_16.2.app/Contents/Developer'
7+
CI_XCODE: '/Applications/Xcode_16.4.app/Contents/Developer'
88

99
jobs:
1010
docs:
1111
runs-on: macos-15
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Build and Deploy Docs
1515
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
1616
env:

Package.resolved

Lines changed: 88 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)