sudo add-apt-repository ppa:ondrej/phpThis repository contains all the released versions of PHP till date.
sudo apt update
sudo apt install php5.6
sudo apt install php7.0
sudo apt install php7.2sudo update-alternatives --config phpsudo systemctl restart apache2php -v