File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
echo "PHP_VERSION=${{ matrix.php }}" > .env
22
22
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
23
- - uses : hoverkraft-tech/compose-action@v2.0.2
23
+ - uses : hoverkraft-tech/compose-action@v2.2.0
24
24
name : Start services
25
25
with :
26
26
compose-file : " ./docker-compose-neo4j-4.yml"
Original file line number Diff line number Diff line change 20
20
run : |
21
21
echo "PHP_VERSION=${{ matrix.php }}" > .env
22
22
echo "CONNECTION=neo4j://neo4j:testtest@server1" >> .env
23
- - uses : hoverkraft-tech/compose-action@v2.0.2
23
+ - uses : hoverkraft-tech/compose-action@v2.2.0
24
24
name : Start services
25
25
with :
26
26
compose-file : " ./docker-compose.yml"
Original file line number Diff line number Diff line change 20
20
run : |
21
21
echo "PHP_VERSION=${{ matrix.php }}" > .env
22
22
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
23
- - uses : hoverkraft-tech/compose-action@v2.0.2
23
+ - uses : hoverkraft-tech/compose-action@v2.2.0
24
24
name : Start services
25
25
with :
26
26
compose-file : " ./docker-compose-neo4j-4.yml"
53
53
run : |
54
54
echo "PHP_VERSION=${{ matrix.php }}" > .env
55
55
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
56
- - uses : hoverkraft-tech/compose-action@v2.0.2
56
+ - uses : hoverkraft-tech/compose-action@v2.2.0
57
57
name : Start services
58
58
with :
59
59
compose-file : " ./docker-compose.yml"
Original file line number Diff line number Diff line change 17
17
run : |
18
18
echo "PHP_VERSION=8.3.17" > .env
19
19
echo "CONNECTION=neo4j://neo4j:testtest@server1" >> .env
20
- - uses : hoverkraft-tech/compose-action@v2.0.2
20
+ - uses : hoverkraft-tech/compose-action@v2.2.0
21
21
name : Start services
22
22
with :
23
23
compose-file : " ./docker-compose.yml"
You can’t perform that action at this time.
0 commit comments