Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 62cde8a

Browse files
Update to Swift 5.9.1
1 parent fc32afe commit 62cde8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_swift_tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
contents: write
1212
strategy:
1313
matrix:
14-
swift-version: [5.8.0]
14+
swift-version: [5.9.1]
1515
include:
16-
- swift-version: 5.8.0
17-
carton-version: 0.19.0
16+
- swift-version: 5.9.1
17+
carton-version: 0.20.0
1818
swift-format-version: 508.0.1
1919
swift-lint-version: 0.52.3
2020

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
4848
build-args: |
4949
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.52.3
50-
CARTON_TAG=0.19.1
51-
SWIFT_DOCKER_IMAGE=swift:5.8.0-jammy
52-
SWIFT_TAG=wasm-5.8.0-RELEASE
50+
CARTON_TAG=0.20.0
51+
SWIFT_DOCKER_IMAGE=swift:5.9.0-jammy
52+
SWIFT_TAG=wasm-5.9.1-RELEASE
5353
SWIFT_FORMAT_TAG=508.0.1
5454
NODE_VERSION=18.x
5555
OPEN_JDK_VERSION=11

0 commit comments

Comments
 (0)