Skip to content

Commit 029b00a

Browse files
exaby73transistive
authored andcommitted
feat: Add service container for GitHub action
1 parent 0b95094 commit 029b00a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
build:
1212
name: Build
1313
runs-on: ubuntu-latest
14+
env:
15+
NEO4J_AUTH: neo4j/testtest
1416
strategy:
1517
max-parallel: 10
1618
matrix:
17-
php: [ '8.1', '8.2', '8.3']
19+
php: [ '8.1', '8.2', '8.3' ]
1820
sf_version: [ '5.4', '6.4', '7.1' ]
1921
exclude:
2022
- php: 8.1
@@ -40,3 +42,10 @@ jobs:
4042
memory_limit: 1024M
4143
version: 9
4244
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

Comments
 (0)