Skip to content

Commit 0369868

Browse files
committed
fix: Pass cdi-version as the only param in strategy matrix
1 parent 44497a4 commit 0369868

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config_continue.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ workflows:
201201
only: /test\/.*/
202202
maxtrix:
203203
parameters:
204-
fdi-version: ["1.16"]
205-
cdi-version: ["2.9","2.10","2.11","2.12","2.13","2.14","2.15"]
204+
- cdi-version: placeholder
206205
- test-website-fastapi:
207206
requires:
208207
- test-dev-tag-as-not-passed
@@ -255,7 +254,7 @@ workflows:
255254
only: /test\/.*/
256255
matrix:
257256
parameters:
258-
fdi-version: ["1.16"]
257+
fdi-version: placeholder
259258
- test-authreact-flask:
260259
requires:
261260
- test-dev-tag-as-not-passed
@@ -268,7 +267,7 @@ workflows:
268267
only: /test\/.*/
269268
matrix:
270269
parameters:
271-
fdi-version: ["1.16"]
270+
fdi-version: placeholder
272271
- test-authreact-django:
273272
requires:
274273
- test-dev-tag-as-not-passed
@@ -281,7 +280,7 @@ workflows:
281280
only: /test\/.*/
282281
matrix:
283282
parameters:
284-
fdi-version: ["1.16"]
283+
fdi-version: placeholder
285284
- test-success:
286285
requires:
287286
- test-unit

0 commit comments

Comments
 (0)