Skip to content

Commit bb7d3a8

Browse files
committed
Pin Gutenberg plugin version for tests to prevent WP compatibility failures
1 parent a2fcb8e commit bb7d3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"wp-test-start": [
5656
"npm --prefix wordpress run env:start",
5757
"npm --prefix wordpress run env:install",
58-
"npm --prefix wordpress run env:cli -- plugin install gutenberg",
58+
"npm --prefix wordpress run env:cli -- plugin install gutenberg --version=22.3.0",
5959
"npm --prefix wordpress run env:cli -- plugin install query-monitor"
6060
],
6161
"wp-test-ensure-env": [

0 commit comments

Comments
 (0)