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 ee9ed4d commit afc4a44Copy full SHA for afc4a44
.github/workflows/ci.yml
@@ -17,12 +17,13 @@ jobs:
17
timeout-minutes: 15
18
strategy:
19
matrix:
20
- image: ["swift:6.1", "swift:6.2"]
+ swift: ["swift:6.1", "swift:6.2"]
21
+ valkey: ["valkey:8.0", "valkey:8.1", "valkey:9.0"]
22
container:
- image: ${{ matrix.image }}
23
+ image: ${{ matrix.swift }}
24
services:
25
valkey:
- image: valkey/valkey:8.0
26
+ image: valkey/${{ matrix.valkey }}
27
ports:
28
- 6379:6379
29
options: --entrypoint valkey-server
0 commit comments