Skip to content

Commit 7161a47

Browse files
committed
Full matrix
1 parent dff167f commit 7161a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ workflows:
1818
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
1919
matrix:
2020
parameters:
21-
python_version: ["3.10"]
21+
python_version: ["3.10", "3.11", "3.12"]
2222
arangodb_config: ["single", "cluster"]
2323
arangodb_license: ["community", "enterprise"]
24-
arangodb_version: ["3.12"]
24+
arangodb_version: ["3.11", "3.12"]
2525

2626
jobs:
2727
lint:

0 commit comments

Comments
 (0)