Skip to content

Commit 3179cb8

Browse files
committed
Build/Test Tools: Pin specific Importer version.
This pins the last version compatible with WordPress 5.1 to that branch. Follow up to [59615]. Reviewed by swissspidy. See #52909. See #62280. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@59629 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 97fea4e commit 3179cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ function install_wp_importer() {
5555
const testPluginDirectory = 'tests/phpunit/data/plugins/wordpress-importer';
5656

5757
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' } );
58+
execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1 --branch 0.7`, { stdio: 'inherit' } );
5959
}

0 commit comments

Comments
 (0)