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 dff167f commit 7161a47Copy full SHA for 7161a47
.circleci/config.yml
@@ -18,10 +18,10 @@ workflows:
18
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
19
matrix:
20
parameters:
21
- python_version: ["3.10"]
+ python_version: ["3.10", "3.11", "3.12"]
22
arangodb_config: ["single", "cluster"]
23
arangodb_license: ["community", "enterprise"]
24
- arangodb_version: ["3.12"]
+ arangodb_version: ["3.11", "3.12"]
25
26
jobs:
27
lint:
0 commit comments