Skip to content

Commit 390ec12

Browse files
Merge pull request #6 from swift-serverless/feature/swift-6.2.0
Switch swift 6.2.0
2 parents 874882a + 633e0bd commit 390ec12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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
container:
2324
image: ${{ matrix.image }}
2425
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest

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.0-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)