Merge pull request #342 from VincentLanglet/debian11

Add support for Debian 11
This commit is contained in:
Jeff Geerling 2021-08-24 11:48:40 -05:00 committed by GitHub
commit c514141c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ jobs:
playbook: converge.yml
- distro: ubuntu1804
playbook: converge.yml
- distro: debian11
playbook: converge.yml
- distro: debian10
playbook: converge.yml
- distro: debian9

2
vars/Debian-11.yml Normal file
View File

@ -0,0 +1,2 @@
---
__php_default_version_debian: "7.4"