Skip to content

Commit 0484b2c

Browse files
authored
Pin Gutenberg plugin version for tests to prevent WP compatibility failures (#310)
Just a quick fix for failing tests on the CI.
1 parent a2fcb8e commit 0484b2c

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)