Skip to content

Commit 0420bc7

Browse files
committed
use composer version
1 parent cf090d3 commit 0420bc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
configuration: phpunit.xml.dist
3535
php_version: 8.0
3636
memory_limit: 1024M
37-
version: 9
37+
version: composer
3838
testsuite: Integration
3939
bootstrap: vendor/autoload.php

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
configuration: phpunit.xml.dist
3333
php_version: 8.0
3434
memory_limit: 1024M
35-
version: 9
35+
version: composer
3636
testsuite: Integration
3737
bootstrap: vendor/autoload.php
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
configuration: phpunit.xml.dist
3333
php_version: 8.0
3434
memory_limit: 1024M
35-
version: 9
35+
version: composer
3636
testsuite: Integration
3737
bootstrap: vendor/autoload.php
3838

0 commit comments

Comments
 (0)