Skip to content

Commit 7fadaec

Browse files
committed
Merge branch 'trunk' of https://github.com/WordPress/performance into add/od-xpath-body-children-disambiguation
2 parents 0e2961a + 6803bc9 commit 7fadaec

File tree

89 files changed

+2042
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2042
-487
lines changed

.github/workflows/php-test-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- php: '8.2'
5353
phpunit: '9.6'
5454
wp: 'latest'
55-
coverage: true
55+
coverage: ${{ !startsWith(github.actor, 'dependabot') }}
5656
env:
5757
WP_ENV_PHP_VERSION: ${{ matrix.php }}
5858
WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"szepeviktor/phpstan-wordpress": "^1.3",
3131
"wp-coding-standards/wpcs": "^3.1",
3232
"wp-phpunit/wp-phpunit": "^6.5",
33-
"yoast/phpunit-polyfills": "^2.0",
33+
"yoast/phpunit-polyfills": "^3.1",
3434
"phpstan/php-8-stubs": "^0.4.0",
3535
"phpstan/phpstan-strict-rules": "^1.6"
3636
},

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)