Skip to content

Commit 0849271

Browse files
Merge pull request #179 from SwiftFiddle/swift60
Swift 6.0
2 parents 45acf6d + 75c75a6 commit 0849271

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM denoland/deno:bin-1.39.0 AS deno
2-
FROM swift:5.10.1-jammy
2+
FROM swift:6.0.0-jammy
33

44
WORKDIR /app
55

versions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
["stable", "5.9.2"],
2+
["stable", "6.0.0"],
33
[
44
"5.0",
55
"5.0.1",
@@ -41,7 +41,10 @@
4141
"5.8.1",
4242
"5.9",
4343
"5.9.1",
44-
"5.9.2"
44+
"5.9.2",
45+
"5.10.0",
46+
"5.10.1",
47+
"6.0.0"
4548
],
4649
[
4750
"4.0",

0 commit comments

Comments
 (0)