Skip to content

Commit 9bc13fb

Browse files
committed
ci: Add PHP_VERSION to testkit
1 parent c45e52f commit 9bc13fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
run: |
2626
echo "PHP_VERSION=${{ matrix.php }}" > .env
2727
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
28-
- name: "[DEBUG]"
29-
run: cat .env
3028
- uses: hoverkraft-tech/[email protected]
3129
name: Start services
3230
with:

docker-compose-neo4j-4.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ services:
4646
context: .
4747
dockerfile: Dockerfile
4848
args:
49-
- WITH_XDEBUG=true
49+
PHP_VERSION: ${PHP_VERSION}
50+
WITH_XDEBUG: true
5051
working_dir: /opt/project
5152
volumes:
5253
- .:/opt/project

0 commit comments

Comments
 (0)