MAE-416: Update CiviCRM and specify Drupal version #317
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Currently, when workflow for testing is run. A Drupal site will be created with civibuild was failing due to the recent change on Civibuild
The reason if the failing is because of a patch for mysql 8 was not properly applied at this point https://github.com/civicrm/civicrm-buildkit/blob/7461255fc26317979c3261e9318d60bbb88bfcd0/src/civibuild.lib.sh#L1051 due to the recent change at drupal/drupal@e189264#diff-b63d2c77d41d9f57dc94ede9c21dccd6dacfc89e4e977100af9a447b935c422dR365-R371
A specific Drupal version must be defined to CiviBuild so mysql/database.inc file version will be compatible with the patch.
This PR is not just for fixing this issue, CiviCRM version is also updated to match the current version of Compuclient.