Colleagues!
There is a server with Ubuntu 22.04.3 lts + Zabbix 7.0.0 alpha 9 + PHP 8.2.13
I am running the standard procedure for installing updates
sudo apt update & sudo apt upgrade -y
A lengthy update procedure is underway.
As a result, on the Zabbix page I get the error "Minimum required PHP version is 8.0.0."
What can I fix?
Thanks for the help
P.S. Was done
# wget https://repo.zabbix.com/zabbix/6.5/u...u22.04_all.deb
# dpkg -i zabbix-release_6.5-1+ubuntu22.04_all.deb
# apt update
There is a server with Ubuntu 22.04.3 lts + Zabbix 7.0.0 alpha 9 + PHP 8.2.13
I am running the standard procedure for installing updates
sudo apt update & sudo apt upgrade -y
A lengthy update procedure is underway.
As a result, on the Zabbix page I get the error "Minimum required PHP version is 8.0.0."
What can I fix?
Thanks for the help
P.S. Was done
# wget https://repo.zabbix.com/zabbix/6.5/u...u22.04_all.deb
# dpkg -i zabbix-release_6.5-1+ubuntu22.04_all.deb
# apt update
Comment