Skip to content

Commit e6f26b3

Browse files
committed
Add ArangoDB 3.8 to test matrix
1 parent 6aa9ace commit e6f26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
node-version: [10, 12, 14, 16]
16-
arangodb-version: [3.6, 3.7]
16+
arangodb-version: [3.6, 3.7, 3.8]
1717

1818
container:
1919
image: node:${{ matrix.node-version }}

0 commit comments

Comments
 (0)