Skip to content

Commit 34a2dce

Browse files
authored
Add Swift 5.9, increase template version number (#21)
1 parent 835256d commit 34a2dce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Develop Swift based applications. Includes everything you need to get up and run
88

99
| Options Id | Description | Type | Default Value |
1010
|-----|-----|-----|-----|
11-
| imageVariant | Version of Swift | string | 5.8 |
11+
| imageVariant | Version of Swift | string | 5.9 |
1212

1313
This template uses the common-utils feature to implement some commonly implemented options including install zsh and updating packages. Edit the values in the `devcontainer.json` to enable these. More details on available options can be found [here](https://github.com/devcontainers/features/blob/main/src/common-utils/README.md).
1414

src/swift/devcontainer-template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "swift",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"name": "Swift",
55
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
66
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": "Swift version:",
1313
"proposals": [
14+
"5.9",
1415
"5.8",
1516
"5.7",
1617
"5.6-focal",
@@ -20,7 +21,7 @@
2021
"5.2",
2122
"5.1"
2223
],
23-
"default": "5.8"
24+
"default": "5.9"
2425
}
2526
},
2627
"platforms": [

0 commit comments

Comments
 (0)