-
Notifications
You must be signed in to change notification settings - Fork 200
Add PHP 8.5 variants #299
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
Add PHP 8.5 variants #299
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we should pre-emptively limit this to just versions less than 12, given that the 8.5+ requirement in 12+ looks pretty serious? I guess there's not really any harm in waiting to do that until we add our first 12+ version? (I'm mostly worried we'll forget 😂)
edit: putting an explicit link to https://www.drupal.org/project/drupal/issues/3537713, which is where things are looking pretty serious for 8.5+ in 12+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If 12+ properly requires 8.5+ in their dependencies then composer should fail somewhere here, so that should be easy enough to spot:
drupal/Dockerfile.template
Lines 111 to 113 in 9dd7b9f
It could be worth considering to already allow 8.4 only on current 11.x minor builds and not any future ones, to preemptively limit the offered versions on any new minors and only offer them on reasonable request (or if you happen to remember and are in a particular good mood ;) ).