We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac20cd5 commit 2901abdCopy full SHA for 2901abd
.devcontainer/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.3"
3
4
services:
5
app:
6
- image: swift:5.9
+ image: swift:6.0
7
volumes:
8
- ..:/workspace
9
- mosquitto-socket:/workspace/mosquitto/socket
.github/workflows/ci.yml
@@ -50,11 +50,10 @@ jobs:
50
strategy:
51
matrix:
52
tag:
53
- - swift:5.7
54
- - swift:5.8
55
- swift:5.9
56
- swift:5.10
57
- swift:6.0
+ - swiftlang/swift:nightly-6.1-jammy
58
container:
59
image: ${{ matrix.tag }}
60
0 commit comments