-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Minor PHP version and missing php.ini error #87
Comments
@rubenvarela agreed; noticed this when I was working on some of the config as well. Looks like Acquia currently uses 8.1 as the default, you want to take a stab at updating that @rubenvarela? I think you just need to update the default value in the |
@reynoldsalec for sure. Happy to send the PR for this. |
@reynoldsalec when you get a sec. I have a PR for this for you to review. |
Closed by #94 |
Test
.lando.yml
file.To reproduce,
lando start
,Error:
This is probably coming from acli, https://github.com/acquia/cli/blob/a52dddc14cc615b32f4e8daf113918fd217eb3af/composer.json#L15
If we are defaulting to latest,
acquia/docs/config.md
Line 15 in 25b8ee1
Personally, I think tracking the newest version at Acquia and allowing downgrading with user interaction would be a good option. This would allow developing and testing against the 'latest and greatest' and find issues before they arise on prod.
The text was updated successfully, but these errors were encountered: