Skip to content

Commit 42c86a2

Browse files
hotrushDEVizzent
authored andcommitted
Summary and description support for references
1 parent b4b2037 commit 42c86a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install: composer.lock yarn.lock
4444
test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
4545

4646
unit:
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

4949
test-debug: unit-debug test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
5050

0 commit comments

Comments
 (0)