Skip to content

Commit c1c27ee

Browse files
committed
ci: Add PHP_VERSION back to .env
1 parent 5b1bf78 commit c1c27ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Populate .env
2525
run: |
26+
echo "PHP_VERSION=${{ matrix.php }}" > .env
2627
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
2728
- uses: hoverkraft-tech/[email protected]
2829
name: Start services

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Populate .env
2525
run: |
26+
echo "PHP_VERSION=${{ matrix.php }}" > .env
2627
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
2728
- uses: hoverkraft-tech/[email protected]
2829
name: Start services

0 commit comments

Comments
 (0)