Skip to content

Commit

Permalink
ci(default): fix php8.3 verify for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 9, 2024
1 parent cb28390 commit 11bef84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
(ansible_distribution == 'Ubuntu' and ansible_distribution_major_version | int == 22)
or
(ansible_os_family == 'RedHat' and ansible_distribution_major_version | int == 9)
- name: Noble | Set fact php8.3
ansible.builtin.set_fact:
php_pkg: php8.3
when: >
(ansible_distribution == 'Ubuntu' and ansible_distribution_major_version | int == 24)
tasks:
- name: Gather package facts
ansible.builtin.package_facts:
Expand Down

0 comments on commit 11bef84

Please sign in to comment.