We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0672bd5 commit 791aa90Copy full SHA for 791aa90
tools/local-env/scripts/install.js
@@ -55,5 +55,5 @@ function install_wp_importer() {
55
const testPluginDirectory = 'tests/phpunit/data/plugins/wordpress-importer';
56
57
execSync( `docker compose exec -T php rm -rf ${testPluginDirectory}`, { stdio: 'inherit' } );
58
- execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
+ execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1 --branch 0.7`, { stdio: 'inherit' } );
59
}
0 commit comments