Add PHP version for Debian Bookworm

This commit is contained in:
Julian Rother 2023-10-28 21:11:22 +02:00
parent 4d9ae8923c
commit 33dfca7732
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899

View file

@ -1 +1 @@
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% elif ansible_distribution_release == 'buster' %}7.3{% elif ansible_distribution_release == 'bullseye' %}7.4{% endif %}"
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% elif ansible_distribution_release == 'buster' %}7.3{% elif ansible_distribution_release == 'bullseye' %}7.4{% elif ansible_distribution_release == 'bookworm' %}8.2{% endif %}"