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 0b95094 commit 029b00aCopy full SHA for 029b00a
.github/workflows/tests.yml
@@ -11,10 +11,12 @@ jobs:
11
build:
12
name: Build
13
runs-on: ubuntu-latest
14
+ env:
15
+ NEO4J_AUTH: neo4j/testtest
16
strategy:
17
max-parallel: 10
18
matrix:
- php: [ '8.1', '8.2', '8.3']
19
+ php: [ '8.1', '8.2', '8.3' ]
20
sf_version: [ '5.4', '6.4', '7.1' ]
21
exclude:
22
- php: 8.1
@@ -40,3 +42,10 @@ jobs:
40
42
memory_limit: 1024M
41
43
version: 9
44
bootstrap: vendor/autoload.php
45
+
46
+ services:
47
+ neo4j:
48
+ image: neo4j:5.22
49
+ ports:
50
+ - 7474:7474
51
+ - 7687:7687
0 commit comments