Skip to content

Commit 9a695d7

Browse files
anomiexmatticbot
authored andcommitted
phpunit: Update yoast/phpunit-polyfills to v3, bringing PHPUnit 11 for PHP 8.2+ (#42517)
This adds PHPUnit 11 configurations for all PHPUnit-using projects, and regularizes the PHPUnit 9 configurations as well. It also drops `johnkary/phpunit-speedtrap` from `plugins/jetpack`, since that doesn't support PHPUnit >9. If we decide we still want a slow-test thing, `ergebnis/phpunit-slow-test-detector` looks like a popular candidate. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13956024003 Upstream-Ref: Automattic/jetpack@434125e
1 parent 1c0ed80 commit 9a695d7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.1",
8-
"automattic/jetpack-assets": "^4.0.13",
9-
"automattic/jetpack-blocks": "^3.0.7",
8+
"automattic/jetpack-assets": "^4.0.14-alpha",
9+
"automattic/jetpack-blocks": "^3.0.8-alpha",
1010
"automattic/jetpack-calypsoify": "^0.2.2-alpha",
11-
"automattic/jetpack-classic-theme-helper": "^0.11.4",
12-
"automattic/jetpack-connection": "^6.7.6",
11+
"automattic/jetpack-classic-theme-helper": "^0.11.5-alpha",
12+
"automattic/jetpack-connection": "^6.7.7-alpha",
1313
"automattic/jetpack-masterbar": "^0.14.2-alpha",
14-
"automattic/jetpack-redirect": "^3.0.4",
15-
"automattic/jetpack-stats-admin": "^0.24.5",
16-
"automattic/jetpack-status": "^5.0.9",
14+
"automattic/jetpack-redirect": "^3.0.5-alpha",
15+
"automattic/jetpack-stats-admin": "^0.24.6-alpha",
16+
"automattic/jetpack-status": "^5.0.10-alpha",
1717
"automattic/scheduled-updates": "^0.14.1-alpha",
1818
"automattic/jetpack-compat": "^4.0.1",
1919
"automattic/jetpack-google-analytics": "^0.3.1-alpha",
2020
"scssphp/scssphp": "1.12.0",
2121
"automattic/jetpack-subscribers-dashboard": "^0.1.2-alpha"
2222
},
2323
"require-dev": {
24-
"yoast/phpunit-polyfills": "^1.1.1",
25-
"automattic/jetpack-changelogger": "^6.0.1",
24+
"yoast/phpunit-polyfills": "^3.0.0",
25+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
2626
"automattic/jetpack-test-environment": "@dev",
2727
"brain/monkey": "^2.6.2",
28-
"automattic/phpunit-select-config": "^1.0.0"
28+
"automattic/phpunit-select-config": "^1.0.1-alpha"
2929
},
3030
"suggest": {
3131
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

0 commit comments

Comments
 (0)