File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393
9494 - name : Require newer phpunit/phpunit version
9595 run : " composer require phpunit/phpunit '^11.4' --dev --no-interaction --ansi --no-install"
96- if : matrix.php = = '8.3'
96+ if : matrix.php > = '8.3'
9797
9898 - name : " Install dependencies with Composer"
9999 uses : " ramsey/composer-install@v2"
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : PHPUnit tests
111111 run : make test-debug
112- if : matrix.php = = '8.3'
112+ if : matrix.php > = '8.3'
113113
114114 - name : Code coverage
115115 run : make coverage
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install: composer.lock yarn.lock
4444test : unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
4545
4646unit :
47- $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) vendor/bin/phpunit --colors=always $(TESTCASE )
47+ $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) vendor/bin/phpunit --verbose -- colors=always $(TESTCASE )
4848
4949test-debug : unit-debug test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
5050
You can’t perform that action at this time.
0 commit comments