Skip to content

Commit 7a1dc65

Browse files
author
Andrea Scuderi
committed
Switch to swift 6.2.0
1 parent cd54344 commit 7a1dc65

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/meterian.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: swift-actions/setup-swift@v2
1313
with:
14-
swift-version: '6.1.2'
14+
swift-version: '6.2.0'
1515
- name: Get swift version
1616
run: swift --version
1717
- name: Checkout

.github/workflows/swift-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
image:
2121
- swift:6.1.2
22+
- swift:6.2.0
2223
services:
2324
localstack:
2425
image: localstack/localstack

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:6.1.2-amazonlinux2 as builder
1+
FROM swift:6.2.0-amazonlinux2 as builder
22

33
RUN yum -y update && \
44
yum -y install git make

0 commit comments

Comments
 (0)