diff --git a/tests/gutenberg/run.js b/tests/gutenberg/run.js index 121014125c..c463bfde0b 100755 --- a/tests/gutenberg/run.js +++ b/tests/gutenberg/run.js @@ -7,8 +7,7 @@ const chalk = require( 'chalk' ); const childProcess = require( 'child_process' ); // Config -// This should be updated every time we update the WordPress packages. -const GUTENBERG_VERSION = '@wordpress/block-editor@5.2.10'; +const GUTENBERG_VERSION = 'wp/trunk'; // Utils /**