-
Notifications
You must be signed in to change notification settings - Fork 71
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
claw-playbook should use PHP 7.1+ #1007
Comments
@whikloj This is working for me:
FYI, when I first attempted this I accidentally updated to PHP 7.2 and that broke due to https://www.drupal.org/project/drupal/issues/2959333 |
@kayakr nice, do you have any suggestions for the Centos side and do you feel like opening a PR with these changes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the claw-playbook ansible scripts load PHP 7.0. As we require PHP 7.1 or greater we should actually install PHP 7.1 or greater.
The text was updated successfully, but these errors were encountered: