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 e32350f commit 507ff16Copy full SHA for 507ff16
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- python-version: ["3.8", "3.9", "3.10", "3.11.1"]
+ python-version: ["3.8.2", "3.10.2"]
21
22
steps:
23
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
29
- name: Create ArangoDB Docker container
30
run: >
31
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
32
- arangodb/arangodb:3.7.7 --server.jwt-secret-keyfile=/tmp/keyfile
+ arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tmp/keyfile
33
34
- name: Copy Foxx service zip into ArangoDB Docker container
35
run: docker cp tests/static/service.zip arango:/tmp/service.zip
0 commit comments