Topic: PHP Update

I'm new to updating and would like to get assistance from the experts.

I have php 5.5.20 installed in my RHEL Box with REMI Repo configured.
How do I specifically update let say: from php 5.5.20 to php 5.5.29 without going to the masking command such as:  yum --enablerepo=remi-php55,remi update php\*
What's the best approach to this?

Thanks.

Re: PHP Update

php 5.5 is in a separate repository which contains only php 5.5 and its extensions, so simpler way is to enable this repo permanently, dependencies are in "remi-safe" which is enabled by default.

yum-config-manager --enable remi-php56
yum update
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi