Skip to content

Commit

Permalink
Remove 18.04 from tests/support as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-c-anderson committed Jun 29, 2024
1 parent 9d2987e commit 7000ba9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7000ba9

Please sign in to comment.