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 cd54344 commit 7a1dc65Copy full SHA for 7a1dc65
.github/workflows/meterian.yml.disabled
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: swift-actions/setup-swift@v2
13
with:
14
- swift-version: '6.1.2'
+ swift-version: '6.2.0'
15
- name: Get swift version
16
run: swift --version
17
- name: Checkout
.github/workflows/swift-test.yml
@@ -19,6 +19,7 @@ jobs:
19
matrix:
20
image:
21
- swift:6.1.2
22
+ - swift:6.2.0
23
services:
24
localstack:
25
image: localstack/localstack
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM swift:6.1.2-amazonlinux2 as builder
+FROM swift:6.2.0-amazonlinux2 as builder
2
3
RUN yum -y update && \
4
yum -y install git make
0 commit comments