Skip to content

Commit e27b17e

Browse files
committed
Don't Use Phpunit 10
1 parent 7d6cb09 commit e27b17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
FAILURE_ACTION: "${{ matrix.experimental == true }}"
6969
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly' }}
70-
run: vendor/bin/phpunit -c phpunit10.xml.dist --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings || $FAILURE_ACTION
70+
run: vendor/bin/phpunit --verbose || $FAILURE_ACTION
7171

7272
php-cs-fixer:
7373
runs-on: ubuntu-latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"phpcompatibility/php-compatibility": "^9.3",
9393
"phpstan/phpstan": "^1.1",
9494
"phpstan/phpstan-phpunit": "^1.0",
95-
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
95+
"phpunit/phpunit": "^8.5 || ^9.0",
9696
"squizlabs/php_codesniffer": "^3.7",
9797
"tecnickcom/tcpdf": "^6.5"
9898
},

0 commit comments

Comments
 (0)