Skip to content

Commit 052a32a

Browse files
Added php8.4 to the matrix
Removed ArangoDB 3.10 from the matrix
1 parent 5d69a0d commit 052a32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
arangodb: ["3.10", 3.11, 3.12]
16-
php: [8.2, 8.3]
15+
arangodb: [3.11, 3.12]
16+
php: [8.2, 8.3, 8.4]
1717
stability: [prefer-stable]
1818

1919
name: P${{ matrix.php }} - A${{ matrix.arangodb }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)