Merge pull request #406 from j-koehler/master

add support for Ubuntu 22.04 (jammy)
This commit is contained in:
Jeff Geerling 2023-06-12 23:21:26 -05:00 committed by GitHub
commit b5e137eba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -43,6 +43,8 @@ jobs:
include:
- distro: rockylinux8
playbook: converge.yml
- distro: ubuntu2204
playbook: converge.yml
- distro: ubuntu2004
playbook: converge.yml
- distro: ubuntu1804

View File

@ -21,9 +21,10 @@ galaxy_info:
- all
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
- focal
- jammy
galaxy_tags:
- development
- web

2
vars/Ubuntu-22.yml Normal file
View File

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