Skip to content

Commit 1ee51e0

Browse files
Merge remote-tracking branch 'origin/next' into next
2 parents 6f91bc4 + badad49 commit 1ee51e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: [8.0]
14-
arangodb: [3.6, 3.7, 3.8]
13+
php: [8.0, 8.1]
14+
arangodb: [3.7, 3.8]
1515
name: Quality checks PHP ${{ matrix.php }} / ArangoDB ${{ matrix.arangodb }}
1616

1717
services:

0 commit comments

Comments
 (0)