Skip to content

Commit 2901abd

Browse files
committed
Update CI
1 parent ac20cd5 commit 2901abd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.3"
33

44
services:
55
app:
6-
image: swift:5.9
6+
image: swift:6.0
77
volumes:
88
- ..:/workspace
99
- mosquitto-socket:/workspace/mosquitto/socket

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ jobs:
5050
strategy:
5151
matrix:
5252
tag:
53-
- swift:5.7
54-
- swift:5.8
5553
- swift:5.9
5654
- swift:5.10
5755
- swift:6.0
56+
- swiftlang/swift:nightly-6.1-jammy
5857
container:
5958
image: ${{ matrix.tag }}
6059
services:

0 commit comments

Comments
 (0)