Skip to content

Commit 96d5c35

Browse files
committed
ci: Upgrade hoverkraft-tech/compose-action to version 2.2.0 in integration test workflows
1 parent 3b2b863 commit 96d5c35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "PHP_VERSION=${{ matrix.php }}" > .env
2222
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
2424
name: Start services
2525
with:
2626
compose-file: "./docker-compose-neo4j-4.yml"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "PHP_VERSION=${{ matrix.php }}" > .env
2222
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
2424
name: Start services
2525
with:
2626
compose-file: "./docker-compose.yml"

.github/workflows/integration-test-single-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "PHP_VERSION=${{ matrix.php }}" > .env
2222
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
2424
name: Start services
2525
with:
2626
compose-file: "./docker-compose-neo4j-4.yml"
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "PHP_VERSION=${{ matrix.php }}" > .env
5555
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
5757
name: Start services
5858
with:
5959
compose-file: "./docker-compose.yml"

.github/workflows/testkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
echo "PHP_VERSION=8.3.17" > .env
1919
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
2121
name: Start services
2222
with:
2323
compose-file: "./docker-compose.yml"

0 commit comments

Comments
 (0)