Skip to content

Commit 507ff16

Browse files
committed
Changed supported Python and ArangoDB versions
1 parent e32350f commit 507ff16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11.1"]
20+
python-version: ["3.8.2", "3.10.2"]
2121

2222
steps:
2323
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create ArangoDB Docker container
3030
run: >
3131
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
32-
arangodb/arangodb:3.7.7 --server.jwt-secret-keyfile=/tmp/keyfile
32+
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tmp/keyfile
3333
3434
- name: Copy Foxx service zip into ArangoDB Docker container
3535
run: docker cp tests/static/service.zip arango:/tmp/service.zip

0 commit comments

Comments
 (0)