Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.55k stars 849 forks source link

Switch to php 8.2 as the default #2690

Closed tomjn closed 7 months ago

tomjn commented 7 months ago

Switch to 8.2 as the default PHP, 8.0 is no longer supported, 8.1 is security fixes only, and 8.3 is brand new, so 8.2 it is!

If people need 8.0 or other versions they can use the core extensions

Checks

update-docs[bot] commented 7 months ago

Thanks for opening this pull request! Make sure CHANGELOG.md gets updated with this change, additionally any docs that need updated can be found at https://github.com/Varying-Vagrant-Vagrants/varyingvagrantvagrants.org

GitHub
GitHub - Varying-Vagrant-Vagrants/varyingvagrantvagrants.org: The VVV docs and website
The VVV docs and website. Contribute to Varying-Vagrant-Vagrants/varyingvagrantvagrants.org development by creating an account on GitHub.
tomjn commented 7 months ago

Also noting that a number of hosts are skipping 8.1 as an option, e.g. WP Engine, and VIP is on 8.2

tomjn commented 7 months ago

Checks failed, missed an 8.0 in the site provisioner

Mte90 commented 7 months ago

There is still something using php 8.0

tomjn commented 7 months ago

Ended up needing some fixes in the site template to avoid a sed issue in docker