Skip to content
Snippets Groups Projects
Verified Commit 33dfca77 authored by Julian's avatar Julian
Browse files

Add PHP version for Debian Bookworm

parent 4d9ae892
No related branches found
No related tags found
No related merge requests found
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 %}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment