We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45e85e commit 4565e3cCopy full SHA for 4565e3c
.github/workflows/meterian.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: swift-actions/setup-swift@v2
13
with:
14
- swift-version: "5.7.3"
+ swift-version: "6.0.3"
15
- name: Get swift version
16
run: swift --version
17
- name: Checkout
.github/workflows/swift-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
image:
21
- - swift:5.10.1
+ - swift:6.0.3
22
services:
23
localstack:
24
image: localstack/localstack
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM swift:6.0.1-amazonlinux2 as builder
+FROM swift:6.0.3-amazonlinux2 as builder
2
3
RUN yum -y update && \
4
yum -y install git make
0 commit comments