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 caf3394 commit 66d79d5Copy full SHA for 66d79d5
.circleci/config.yml
@@ -20,8 +20,8 @@ workflows:
20
parameters:
21
python_version: ["3.10", "3.11", "3.12"]
22
arangodb_config: ["single", "cluster"]
23
- arangodb_license: ["community", "enterprise"]
24
- arangodb_version: ["3.11", "3.12"]
+ arangodb_license: ["enterprise"]
+ arangodb_version: ["3.12"]
25
26
jobs:
27
lint:
0 commit comments