Make WordPress Core

Changeset 59629


Ignore:
Timestamp:
01/15/2025 04:23:18 PM (3 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1/tools/local-env/scripts/install.js

    r59615 r59629  
    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}
Note: See TracChangeset for help on using the changeset viewer.