Skip to content

Commit ec12b98

Browse files
Removed arangodb service & unnecessary php version from qa test
1 parent aad93e2 commit ec12b98

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@ name: CI tests
22

33
on: [workflow_dispatch, push, pull_request]
44

5-
env:
6-
DB_ENDPOINT: 'tcp://127.0.0.1:8529'
7-
85
jobs:
96
run:
107
runs-on: ubuntu-latest
118
strategy:
129
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
10+
php: [8.1]
11+
name: Quality checks P${{ matrix.php }}
2412

2513
steps:
2614
- name: Checkout

0 commit comments

Comments
 (0)