From 7000ba9a29d36c5d5c2a39cbc3e056926f06507f Mon Sep 17 00:00:00 2001 From: Dale Anderson Date: Fri, 28 Jun 2024 17:31:27 -0700 Subject: [PATCH] Remove 18.04 from tests/support as well --- .github/workflows/molecule.yml | 4 ++-- README.md | 2 +- meta/main.yml | 2 +- tasks/main.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e3f63b0..f741344 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -39,8 +39,8 @@ jobs: - geerlingguy/docker-ubuntu2404-ansible:latest - geerlingguy/docker-ubuntu2204-ansible:latest - geerlingguy/docker-ubuntu2004-ansible:latest - - geerlingguy/docker-ubuntu1804-ansible:latest - #- geerlingguy/docker-ubuntu1604-ansible:latest # PHP 8.1 is not available. + # - geerlingguy/docker-ubuntu1804-ansible:latest # No PHP 8.1 support + #- geerlingguy/docker-ubuntu1604-ansible:latest # No PHP 8.1 support steps: - name: checkout uses: actions/checkout@v3 diff --git a/README.md b/README.md index da92b53..21b1b8e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install and configure PHP, typically for use with Drupal sites in Acro Media NGI ## Requirements -* Ubuntu LTS (18.04 or newer) +* Ubuntu LTS (20.04 or newer) ## Role Variables diff --git a/meta/main.yml b/meta/main.yml index 073b18c..dfcb8fb 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,7 +12,7 @@ galaxy_info: - name: Ubuntu versions: #- xenial # No php 8.1 support - - bionic + # - bionic # No php 8.1 support - focal - jammy - noble diff --git a/tasks/main.yml b/tasks/main.yml index ff19a23..37cef10 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ - set_fact: _supported_ubuntu_versions: # - '16.04' # No php 8.1 support. - - '18.04' + # - '18.04' # No php 8.1 support. - '20.04' - '22.04' - '24.04'