Skip to content

Commit 8bd2d11

Browse files
authored
Updating test matrix (#379)
1 parent 453f74b commit 8bd2d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ workflows:
1111
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
1212
matrix:
1313
parameters:
14-
python_version: ["3.9", "3.10", "3.11", "3.12"]
14+
python_version: ["3.10", "3.11", "3.12"]
1515
arangodb_config: ["single", "cluster"]
16-
arangodb_license: ["community", "enterprise"]
17-
arangodb_version: ["3.11", "latest"]
16+
arangodb_license: ["enterprise"]
17+
arangodb_version: ["latest"]
1818

1919
jobs:
2020
lint:

0 commit comments

Comments
 (0)