Skip to content

Commit 16e45d0

Browse files
Update run-tests.yml (#15)
Ensure ArangoDB 3.10 compatibility
1 parent 659675c commit 16e45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
arangodb: [3.8, 3.9]
15+
arangodb: [3.8, 3.9, 3.10]
1616
php: [8.0, 8.1, 8.2]
1717
stability: [prefer-stable]
1818

0 commit comments

Comments
 (0)