mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Bump Debian support matrix up one, drop Ubuntu 16.04.
This commit is contained in:
parent
b5e137eba0
commit
f4b9f3c20d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -49,9 +49,9 @@ jobs:
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu1804
|
||||
playbook: converge.yml
|
||||
- distro: debian11
|
||||
- distro: debian12
|
||||
playbook: converge.yml
|
||||
- distro: debian10
|
||||
- distro: debian11
|
||||
playbook: converge.yml
|
||||
|
||||
# Had some trouble, might fix later.
|
||||
|
@ -7,12 +7,11 @@ galaxy_info:
|
||||
description: PHP for RedHat/CentOS/Fedora/Debian/Ubuntu.
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 2.8
|
||||
min_ansible_version: 2.9
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- 7
|
||||
- 8
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
@ -21,10 +20,7 @@ galaxy_info:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- all
|
||||
galaxy_tags:
|
||||
- development
|
||||
- web
|
||||
|
2
vars/Debian-12.yml
Normal file
2
vars/Debian-12.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
__php_default_version_debian: "8.2"
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
__php_default_version_debian: "7.0"
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
__php_default_version_debian: "7.0"
|
Loading…
Reference in New Issue
Block a user