Hello everybody,
I am running a WordPress website using Google Cloud Platform OpenLiteSpeed deployment. Since PHP 7.4 is out, I would like to upgrade. I have tried running sudo apt update and sudo apt upgrade and it resulted in my PHP version updating from v7.3.17-1+focal to 7.3.22-1+focal. How do I update it further to PHP 7.4?
Things that I have already tried:
sudo apt install php7.4 - resulted in PHP -v output showing PHP 7.4.3, but WordPress still stays at 7.3
sudo apt install lsphp74 - no changes
sudo apt remove lsphp73 - crashed my website
I am running a WordPress website using Google Cloud Platform OpenLiteSpeed deployment. Since PHP 7.4 is out, I would like to upgrade. I have tried running sudo apt update and sudo apt upgrade and it resulted in my PHP version updating from v7.3.17-1+focal to 7.3.22-1+focal. How do I update it further to PHP 7.4?
Things that I have already tried:
sudo apt install php7.4 - resulted in PHP -v output showing PHP 7.4.3, but WordPress still stays at 7.3
sudo apt install lsphp74 - no changes
sudo apt remove lsphp73 - crashed my website