CentOS 9 – update php from 8.0 to 8.3

dnf module list php

dnf module enable php:8.3

dnf install php php-cli php-common 

dnf clean all

dnf update