diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17ed54f..a96836a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. diff --git a/meta/main.yml b/meta/main.yml index ceb0d26..a9abfe9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 diff --git a/vars/Debian-12.yml b/vars/Debian-12.yml new file mode 100644 index 0000000..b545b36 --- /dev/null +++ b/vars/Debian-12.yml @@ -0,0 +1,2 @@ +--- +__php_default_version_debian: "8.2" diff --git a/vars/Debian-9.yml b/vars/Debian-9.yml deleted file mode 100644 index eb23ce3..0000000 --- a/vars/Debian-9.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -__php_default_version_debian: "7.0" diff --git a/vars/Ubuntu-16.yml b/vars/Ubuntu-16.yml deleted file mode 100644 index eb23ce3..0000000 --- a/vars/Ubuntu-16.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -__php_default_version_debian: "7.0"