Skip to content

Commit f766dd8

Browse files
committed
Bump min php-code-coverage version to pick up fix for 7.3
1 parent 1f7a556 commit f766dd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "7.3"
2121

2222
php-code-coverage-version:
23-
- "^9.1.10"
23+
- "^9.1.11"
2424

2525
symfony-version:
2626
- "^5.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php": "^7.3 || ^8.0",
2929
"composer-runtime-api": "^2.0",
3030
"behat/behat": "^3.5",
31-
"phpunit/php-code-coverage": "^9.1.10",
31+
"phpunit/php-code-coverage": "^9.1.11",
3232
"symfony/console": "^4.4||^5.0",
3333
"symfony/config": "^4.4||^5.0",
3434
"symfony/dependency-injection": "^4.4||^5.0",

0 commit comments

Comments
 (0)