add support for Ubuntu 22.04 (jammy)

...and remove trusty from meta file since it is already no longer supported
This commit is contained in:
j.koehler 2023-05-05 21:08:56 +02:00
parent 2a53885145
commit d707b43c96
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"