♻️: use release name instead of major versions

This commit is contained in:
VC
2025-02-02 08:00:41 +01:00
parent f0bb32c910
commit b7a496a82c
2 changed files with 10 additions and 9 deletions

View File

@@ -2,8 +2,9 @@
php_versions:
Debian:
"10": 7.3
"11": 7.4
"12": 8.2
"buster": 7.3
"bullseye": 7.4
"bookworm": 8.2
"trixie": 8.4
php_version: "{{ php_versions[ansible_os_family][ansible_distribution_major_version] }}"
php_version: "{{ php_versions[ansible_os_family][ansible_distribution_release] }}"