VVV: Cannot set PHP 7.4 for site
Hi,
I want to set PHP 7.4 for a specific site. So, I read this doc and processed the necessary changes.
I edit my config/config.yml and added this:
mysite:
nginx_upstream: php74
hosts:
- mysite.test
And added this on the bottom:
utilities:
core:
- php74
Vagrantfile.txt provision.sh.txt
Then did a vagrant reload --provision. Sadly the site still runs PHP 7.2.
What am I doing wrong?
Tech specs: Vagrant version 2.2.7 VVV version 3.4.1 Virtual Box 6.1.10 r138449
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (8 by maintainers)
The files specifically, but if there are a lot of things in there then a filetree would also be useful
I reprovisioned with
one.wordpress.testset to PHP 7.4, and all works as expected using the custom site template ondevelophere. I think to continue debugging this I would need to know the contents of yourprovisionfolder