Skip to content

Commit 48d54d8

Browse files
committed
fail-on-deprecation
1 parent 5ca2bf6 commit 48d54d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- if: matrix.php-version != '7.4' && matrix.php-version != '8.0' # These run PHPUnit 9, which does not have the option
3232
run: vendor/bin/phpunit --check-php-configuration
3333

34-
- run: vendor/bin/phpunit --no-configuration tests
34+
- run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation --no-configuration tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^5.6 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.33"
20+
"phpunit/phpunit": "^9.6.24 || ^10.5.52 || ^11.5.33"
2121
},
2222
"config": {
2323
"optimize-autoloader": true,

0 commit comments

Comments
 (0)