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 85ac758 commit e37ec9bCopy full SHA for e37ec9b
.github/workflows/maven.yml
@@ -33,9 +33,12 @@ jobs:
33
matrix:
34
docker-img:
35
- docker.io/arangodb/arangodb:3.6.12
36
- - docker.io/arangodb/arangodb:3.7.9
+ - docker.io/arangodb/arangodb:3.7.10
37
+ - arangodb/arangodb-preview:3.8.0-nightly
38
- docker.io/arangodb/enterprise:3.6.12
- - docker.io/arangodb/enterprise:3.7.9
39
+ - docker.io/arangodb/enterprise:3.7.10
40
+ - arangodb/enterprise-preview:3.8.0-nightly
41
+
42
topology:
43
- single
44
- cluster
0 commit comments