geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 441 forks source link

Add support for Debian 11 #342

Closed VincentLanglet closed 3 years ago

VincentLanglet commented 3 years ago

Hi @geerlingguy, I recently tried to use this library with Debian 11 and it wasn't working without this variable. Defining the variable myself solve the build, so I suppose there is nothing more to do.

geerlingguy commented 3 years ago

Great! Can you also add Debian 11 to the tests in the .github/workflows/ci.yml list (somewhere around halfway down the file, just add a line for debian11 above the existing debian10 line). That way CI will also be able to verify the fix.

VincentLanglet commented 3 years ago

Great! Can you also add Debian 11 to the tests in the .github/workflows/ci.yml list (somewhere around halfway down the file, just add a line for debian11 above the existing debian10 line). That way CI will also be able to verify the fix.

Sure, done