I'm having trouble installing php7.4 on ubuntu 20 with the following command
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.4
On my ubuntu partition it works just fine, but when trying to install it on WSL and typing php -v I get that the current version is PHP 7.3.32 (cli)