Skip to content

Commit

Permalink
Merge pull request #26 from SwiftPackageIndex/swift-5.10
Browse files Browse the repository at this point in the history
Update to Swift 5.10
  • Loading branch information
finestructure committed Jun 3, 2024
2 parents 139eb5e + 351ccc4 commit a21d31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tests:
runs-on: ubuntu-latest
container:
image: swift:5.9.0-amazonlinux2
image: swift:5.10.0-amazonlinux2
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Instead, use the `dev` environment to validate a new release as follows:
- Run the tests

```
docker run --rm -v "$PWD":/host -w /host swift:5.9.0-amazonlinux2 swift test
docker run --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
```

- Deploy the new version to the "test" lambda
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ docker run \
--rm \
--volume "$(pwd):/src" \
--workdir "/src" \
swift:5.9.0-amazonlinux2 \
swift:5.10.0-amazonlinux2 \
swift build --disable-automatic-resolution --product "$executable" -c release --static-swift-stdlib #-Xswiftc -cross-module-optimization

0 comments on commit a21d31c

Please sign in to comment.