You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bumped base versions
Alpine v3.17.1
Pinned at hotfix release to avoid future version conflicts in dependencies upon Alpine hotfix updates
Docker v20.10.21-r2
Docker Compose v1.29.2-r2
Bumped PHP versions
PHP 8.1
Composer to v2.2.6
Drush (fallback) 8.4.11
WP CLI 2.6.0
Dropped drush registry_rebuild module
Properly configure phpcs for Drupal and Wordpress checks
Dropped legacy Acquia drush settings
Added support for GitHub Actions CI
Reduced BRANCH_NAME_LENGTH_LIMIT to 20 characters
This gives the optional "service" part 15 characters to work with: <service>--<branch>--<repo>.example.com (where branch is 20 + 4 (for the md5 suffix), repo is 20, delimiters (--) are 2 + 2, which leaves 15 for service part)
Allowed to override BRANCH_NAME_LENGTH_LIMIT and REPO_NAME_LENGTH_LIMIT defaults