Skip to content

Commit 4c58fa8

Browse files
authored
Add Swift 5.8, increase template version number (#19)
* Add 5.8 increase version number * Update README
1 parent 425ea09 commit 4c58fa8

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.7 |
11+
| imageVariant | Version of Swift | string | 5.8 |
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.0.0",
3+
"version": "2.1.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.8",
1415
"5.7",
1516
"5.6-focal",
1617
"5.5",
@@ -19,7 +20,7 @@
1920
"5.2",
2021
"5.1"
2122
],
22-
"default": "5.7"
23+
"default": "5.8"
2324
}
2425
},
2526
"platforms": [

0 commit comments

Comments
 (0)