mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Merge pull request #406 from j-koehler/master
add support for Ubuntu 22.04 (jammy)
This commit is contained in:
commit
b5e137eba0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- distro: rockylinux8
|
- distro: rockylinux8
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
|
- distro: ubuntu2204
|
||||||
|
playbook: converge.yml
|
||||||
- distro: ubuntu2004
|
- distro: ubuntu2004
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
- distro: ubuntu1804
|
- distro: ubuntu1804
|
||||||
|
@ -21,9 +21,10 @@ galaxy_info:
|
|||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- trusty
|
|
||||||
- xenial
|
- xenial
|
||||||
- bionic
|
- bionic
|
||||||
|
- focal
|
||||||
|
- jammy
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
|
2
vars/Ubuntu-22.yml
Normal file
2
vars/Ubuntu-22.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
__php_default_version_debian: "8.1"
|
Loading…
Reference in New Issue
Block a user