Skip to content

Commit 5b1bf78

Browse files
committed
ci: Remove PHP_VERSION from .env
1 parent b332ca5 commit 5b1bf78

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Populate .env
2525
run: |
26-
cat <<EOF > .env
27-
PHP_VERSION=${{ matrix.php }}
28-
CONNECTION=neo4j://neo4j:testtest@neo4j
29-
EOF
26+
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
3027
- uses: hoverkraft-tech/[email protected]
3128
name: Start services
3229
with:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Populate .env
2525
run: |
26-
cat <<EOF > .env
27-
PHP_VERSION=${{ matrix.php }}
28-
CONNECTION=neo4j://neo4j:testtest@neo4j
29-
EOF
26+
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
3027
- uses: hoverkraft-tech/[email protected]
3128
name: Start services
3229
with:

0 commit comments

Comments
 (0)