We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad93e2 commit ec12b98Copy full SHA for ec12b98
.github/workflows/quality-assurance.yml
@@ -2,25 +2,13 @@ name: CI tests
2
3
on: [workflow_dispatch, push, pull_request]
4
5
-env:
6
- DB_ENDPOINT: 'tcp://127.0.0.1:8529'
7
-
8
jobs:
9
run:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: [8.0, 8.1]
14
- arangodb: [3.7, 3.8]
15
- name: Quality checks PHP ${{ matrix.php }} / ArangoDB ${{ matrix.arangodb }}
16
17
- services:
18
- arangodb:
19
- image: arangodb:${{ matrix.arangodb }}
20
- ports:
21
- - 8529:8529
22
- env:
23
- ARANGO_NO_AUTH: 1
+ php: [8.1]
+ name: Quality checks P${{ matrix.php }}
24
25
steps:
26
- name: Checkout
0 commit comments