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
* fix: MCD-610: Update deprecated GitHub Actions syntax
- Update actions/cache from v2.1.5 to v4
- Replace deprecated set-output with $GITHUB_OUTPUT
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Update uselagoon image version to 25.12.0
The old version 22.2.0 no longer exists on Docker Hub.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Use uselagoon version 25.9.0 for solr compatibility
The solr-8-drupal image doesn't have 25.12.0, only up to 25.9.0.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Build CLI image before docker compose up
Newer Docker versions try to pull CLI_IMAGE from Docker Hub before
building it locally. Building cli first ensures it's available.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Use devsetup-docker feature branch with npm fix
Temporarily use feature/MCD-610 branch of devsetup-docker which has
the fix for deprecated npm options (unsafe-perm removed in npm 9+).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ci: MCD-610: Trigger CI rebuild with simplified Dockerfile.cli
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ci: MCD-610: Trigger CI with restored packages in Dockerfile.cli
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: MCD-610: Upgrade to Drupal 11 with PHP 8.3
Drupal 10 is end of life. Update to Drupal 11:
- Update drupal/core-* packages from ^10 to ^11
- Update symfony/dotenv from ^5.4 to ^7.0 (Drupal 11 uses Symfony 7)
- Update PHP platform version from 8.1 to 8.3
- Update GitHub Actions PHP version to 8.3
- Update Docker PHP version to 8.3
- Update version check from "Drupal 10" to "Drupal 11"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Update development.settings.php for Drupal 11
Replace deprecated assertion handler with ini_set for Drupal 11:
- Remove assert_options(ASSERT_ACTIVE, TRUE)
- Remove \Drupal\Component\Assertion\Handle::register()
- Add ini_set('zend.assertions', 1)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: MCD-610: Update version compatibility for Drupal 11
Update README to reflect Drupal 11 requirement with PHP 8.3+.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: MCD-610: Use devsetup-docker 3.x branch (PR merged)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments