Skip to content
Open

11.4 #71

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
--account-pass=admin \
--yes

./vendor/bin/drush recipe ../recipes/custom/acquia_trials
./vendor/bin/dr recipe:apply ../recipes/custom/acquia_trials

- name: Remove values that should be unique.
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
exit 1
fi

./vendor/bin/drush recipe ../recipes/custom/acquia_trials
./vendor/bin/dr recipe:apply ../recipes/custom/acquia_trials
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"drupal/config_sync_without_site_uuid": "^1.0@beta",
"drupal/convene": "^1.2",
"drupal/convivial_gov": "^1.1",
"drupal/core-composer-scaffold": "^11.3",
"drupal/core-recipe-unpack": "^11.3",
"drupal/core-recommended": "^11.3",
"drupal/core-vendor-hardening": "^11.3",
"drupal/core-composer-scaffold": "^11.4",
"drupal/core-recipe-unpack": "^11.4",
"drupal/core-recommended": "^11.4",
"drupal/core-vendor-hardening": "^11.4",
"drupal/drupal_cms_accessibility_tools": "^2",
"drupal/drupal_cms_ai": "^2",
"drupal/drupal_cms_forms": "^2",
Expand All @@ -53,12 +53,12 @@
},
"require-dev": {
"drupal/core-dev": "^11",
"drush/drush": "^13"
"drush/drush": "~13.6.2"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"minimum-stability": "RC",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand All @@ -73,6 +73,7 @@
"drupal/site_template_helper": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"symfony/runtime": true,
"tbachert/spi": true
},
"sort-packages": true,
Expand Down Expand Up @@ -117,11 +118,7 @@
"recipes/contrib/{$name}": ["type:drupal-recipe"],
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"patches": {
"drupal/core": {
"3498026 - RecipeRunner::processInstall() installs modules one by one": "./patches/3498026.diff"
}
}
"patches": {}
},
"scripts": {
"post-create-project-cmd": "rm -rf .github/"
Expand Down
17 changes: 2 additions & 15 deletions patches.lock.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
"_hash": "3f39ba90e5f217ec908af80a794f48d6fedf0bc31227ad454f62f4e49054a50a",
"patches": {
"drupal/core": [
{
"package": "drupal/core",
"description": "3498026 - RecipeRunner::processInstall() installs modules one by one",
"url": "./patches/3498026.diff",
"sha256": "e2ce2c67cf04b78cf82c1bbb29d27b619d072059e0227a51e983343e9cc7659e",
"depth": 2,
"extra": {
"provenance": "root"
}
}
]
}
"_hash": "6142bfcb78f54dfbf5247ae5e463f25bdb8fff1890806e2e45aa81a59c211653",
"patches": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ status: true
dependencies:
module:
- acquia_trials_checklist
active_version: 5db6119509d7dd2c
active_version: 75d036f31c784237
versioned_properties:
active:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ status: true
dependencies:
module:
- acquia_trials_cloud_platform
active_version: cad442953e56c032
active_version: 3c4f30fbd5e4ea47
versioned_properties:
active:
settings:
Expand Down
Loading