Moving to php 8.4

This commit is contained in:
Tyler Hale 2025-03-05 07:58:04 -07:00
parent f1eeff4785
commit 07a01d73c6
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -15,7 +15,7 @@
- name: Enable DNF module for php
shell: |
dnf module enable -y php:remi-8.1
dnf module enable -y php:remi-8.4
register: dnf_module_enable
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"