diff --git a/.circleci/config.yml b/.circleci/config.yml index 53e64ab9..ac4de6b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build: working_directory: ~/example docker: - - image: circleci/php:7.2-node-browsers + - image: circleci/php:7.3-node-browsers - image: circleci/mysql:5.7-ram command: --max_allowed_packet=16M environment: @@ -73,7 +73,7 @@ jobs: # Create a new project using the drupal-skeleton project - run: name: Create a new Drupal project - command: composer create-project palantirnet/drupal-skeleton example dev-drupal8 --no-interaction + command: composer create-project palantirnet/drupal-skeleton example dev-drupal9 --no-interaction working_directory: ~/ # Use this copy of the-build diff --git a/CHANGELOG.md b/CHANGELOG.md index c54a79a9..c1830fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## UNRELEASED + +### Changed + +* `phing install` now uses `drush site-install --existing-config` instead of the [config_installer profile](https://www.drupal.org/project/config_installer) (#145) + +### Deprecated + +* The `drupal.site.profile` property is no longer used by the default `install` target in `build.xml`. It will be removed in the 3.0 release. (#145) + ## 2.3.2 ### Fixed diff --git a/defaults.yml b/defaults.yml index b99208d8..9a0fd670 100644 --- a/defaults.yml +++ b/defaults.yml @@ -95,6 +95,11 @@ drupal: hash_salt: temporary # Drupal install profile to use for the drupal-install target. + # + # DEPRECATED - to be removed in 3.0 + # This property was used in the 'install' target in the default build.xml, until + # we switched from the config_installer profile to using + # 'drush site-install --existing-config`. profile: config_installer # Drupal admin username, if you feel inclined to change it. diff --git a/defaults/install/build.xml b/defaults/install/build.xml index 6f2286bb..563e8149 100644 --- a/defaults/install/build.xml +++ b/defaults/install/build.xml @@ -72,7 +72,7 @@ - ${drupal.site.profile} +