Skip to content

Commit 5a21055

Browse files
committed
Pin last version of importer with old PHP support
1 parent 61e2e75 commit 5a21055

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 --branch v0.9.0 https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
5959
}

0 commit comments

Comments
 (0)