Skip to content

Commit a21d31c

Browse files
Merge pull request #26 from SwiftPackageIndex/swift-5.10
Update to Swift 5.10
2 parents 139eb5e + 351ccc4 commit a21d31c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tests:
2626
runs-on: ubuntu-latest
2727
container:
28-
image: swift:5.9.0-amazonlinux2
28+
image: swift:5.10.0-amazonlinux2
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Instead, use the `dev` environment to validate a new release as follows:
4444
- Run the tests
4545

4646
```
47-
docker run --rm -v "$PWD":/host -w /host swift:5.9.0-amazonlinux2 swift test
47+
docker run --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
4848
```
4949
5050
- Deploy the new version to the "test" lambda

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ docker run \
2222
--rm \
2323
--volume "$(pwd):/src" \
2424
--workdir "/src" \
25-
swift:5.9.0-amazonlinux2 \
25+
swift:5.10.0-amazonlinux2 \
2626
swift build --disable-automatic-resolution --product "$executable" -c release --static-swift-stdlib #-Xswiftc -cross-module-optimization

0 commit comments

Comments
 (0)