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:
|
||||
- distro: rockylinux8
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu2204
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu2004
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu1804
|
||||
|
@ -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
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