Skip to content

Commit 0541dc1

Browse files
authored
CI: test tutorial with ADB 3.11 (#323)
1 parent 341df22 commit 0541dc1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,13 @@ workflows:
267267
- '3.3.0'
268268
tutorial:
269269
jobs:
270-
- tutorial
270+
- tutorial:
271+
name: tutorial-<<matrix.docker-img>>
272+
matrix:
273+
parameters:
274+
docker-img:
275+
- 'docker.io/arangodb/arangodb:3.11'
276+
- 'docker.io/arangodb/arangodb:3.12'
271277
deploy:
272278
jobs:
273279
- deploy:

0 commit comments

Comments
 (0)