Skip to content

Commit af2d582

Browse files
committed
chore: change default swift image to 5.6
1 parent 9e0c6ff commit af2d582

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
parameters:
6868
swift-image:
6969
type: string
70-
default: &default-swift-image "swift:5.3"
70+
default: &default-swift-image "swift:5.6"
7171
influxdb-image:
7272
type: string
7373
default: &default-influxdb-image "influxdb:latest"
@@ -217,7 +217,7 @@ jobs:
217217
- restore_cache:
218218
name: Restoring Cache
219219
keys:
220-
- &generate-sources-cache-key gs-cache-v1-swift:5.3
220+
- &generate-sources-cache-key gs-cache-v1-swift:5.6
221221
- run:
222222
name: Install Maven & Curl
223223
command: |
@@ -308,15 +308,15 @@ workflows:
308308
- check-examples
309309
- check-examples-macOS
310310
- tests-linux
311+
- tests-linux:
312+
name: tests-linux-5.3
313+
swift-image: "swift:5.3"
311314
- tests-linux:
312315
name: tests-linux-5.4
313316
swift-image: "swift:5.4"
314317
- tests-linux:
315318
name: tests-linux-5.5
316319
swift-image: "swift:5.5"
317-
- tests-linux:
318-
name: tests-linux-5.6
319-
swift-image: "swift:5.6"
320320
- tests-macOS
321321
nightly:
322322
triggers:

0 commit comments

Comments
 (0)