Skip to content

Commit 7800d13

Browse files
committed
force phpunit version 9
1 parent 064a630 commit 7800d13

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ jobs:
2929
progress: yes
3030
php_version: ${{ matrix.php-version }}
3131
version: 2
32-
- name: Run unit tests
33-
run: vendor/bin/phpunit --testsuite Integration
32+
- uses: php-actions/phpunit@v3
33+
with:
34+
configuration: phpunit.xml.dist
35+
php_version: ${{ matrix.php-version }}
36+
memory_limit: 1024M
37+
version: 9
38+
testsuite: integration
39+
bootstrap: vendor/autoload.php

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
configuration: phpunit.xml.dist
3636
php_version: ${{ matrix.php-version }}
3737
memory_limit: 1024M
38+
version: 9
39+
testsuite: integration
3840
bootstrap: vendor/autoload.php
3941

4042
services:

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,11 @@ jobs:
106106
progress: yes
107107
php_version: 8.0
108108
version: 2
109-
- name: Run unit tests
110-
run: vendor/bin/phpunit --testsuite Integration
109+
- uses: php-actions/phpunit@v3
110+
with:
111+
configuration: phpunit.xml.dist
112+
php_version: ${{ matrix.php-version }}
113+
memory_limit: 1024M
114+
version: 9
115+
testsuite: integration
116+
bootstrap: vendor/autoload.php

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@ jobs:
4646
progress: yes
4747
php_version: ${{ matrix.php-version }}
4848
version: 2
49-
- name: Run unit tests
50-
run: vendor/bin/phpunit --testsuite Integration
49+
- uses: php-actions/phpunit@v3
50+
with:
51+
configuration: phpunit.xml.dist
52+
php_version: ${{ matrix.php-version }}
53+
memory_limit: 1024M
54+
version: 9
55+
testsuite: integration
56+
bootstrap: vendor/autoload.php

0 commit comments

Comments
 (0)