-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PHP 8.2 from 11+ #266
Conversation
We should probably write a basic smoke test here that spins up the image enough to make sure it starts successfully and we can access the setup wizard. 🤔 |
Maybe we can somehow invoke the code giving that runtime error in the |
root@49b5a06fb563:/opt/drupal# composer check-platform-reqs
Checking platform requirements for packages in the vendor dir
composer-plugin-api 2.6.0 success
composer-runtime-api 2.2.2 success
ext-date 8.2.22 success
ext-dom 20031129 success
ext-filter 8.2.22 success
ext-gd 8.2.22 success
ext-hash 8.2.22 success
ext-json 8.2.22 success
ext-mbstring * success provided by symfony/polyfill-mbstring
ext-pcre 8.2.22 success
ext-pdo 8.2.22 success
ext-session 8.2.22 success
ext-simplexml 8.2.22 success
ext-spl 8.2.22 success
ext-tokenizer 8.2.22 success
ext-xml 8.2.22 success
ext-zlib 8.2.22 success
php 8.2.22 drupal/core requires php (>= 8.3.0.0-dev) drupal/core requires php (>=8.3.0) failed
root@49b5a06fb563:/opt/drupal# echo $?
1 👀 |
I think we should get #267 in first (since it shows this failing) and then I'll rebase this. 👀 |
Changes: - docker-library/drupal@0831413: Merge pull request docker-library/drupal#266 from infosiftr/11-php8.2 - docker-library/drupal@4c58ce5: Remove PHP 8.2 from 11+ - docker-library/drupal@20bc634: Merge pull request docker-library/drupal#267 from infosiftr/composer-check-platform-reqs - docker-library/drupal@f097290: Add `composer check-platform-reqs` to composer-using installs
Fixes #265