Skip to content

Commit b334b49

Browse files
committed
The great reaping of old PHP versions, drop 20.04 support too.
1 parent ae2ba4e commit b334b49

File tree

6 files changed

+3
-54
lines changed

6 files changed

+3
-54
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,11 @@ jobs:
5252
# PHP 8.2.
5353
- distro: rockylinux9
5454
playbook: 8.2.yml
55-
- distro: ubuntu2404
55+
- distro: ubuntu2204
5656
playbook: 8.2.yml
5757
- distro: debian12
5858
playbook: 8.2.yml
5959

60-
# PHP 7.4.
61-
- distro: ubuntu2004
62-
playbook: 7.4.yml
63-
- distro: debian12
64-
playbook: 7.4.yml
65-
6660
steps:
6761
- name: Check out the codebase.
6862
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Available variables are listed below, along with default values (see `defaults/m
1414

1515
php_version: '8.3'
1616

17-
The PHP version to be installed. Any [currently-supported PHP major version](http://php.net/supported-versions.php) is a valid option (e.g. `7.4`, `8.1`, `8.2`, or `8.3`).
17+
The PHP version to be installed. Any [currently-supported PHP major version](http://php.net/supported-versions.php) is a valid option (e.g. `8.1`, `8.2`, or `8.3`).
1818

1919
php_versions_install_recommends: false
2020

meta/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ galaxy_info:
1515
- all
1616
- name: Ubuntu
1717
versions:
18-
- trusty
19-
- xenial
20-
- bionic
2118
- jammy
19+
- noble
2220
galaxy_tags:
2321
- php
2422
- web

molecule/default/7.4.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

tasks/setup-RedHat.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
---
2-
# TODO: PHP 7.2 support will be removed soon. This is only being left in here as
3-
# a convenience for legacy PHP 7.2 users.
4-
- name: Enable remi repo for PHP 7.2.
5-
set_fact: php_enablerepo="remi,remi-php72"
6-
when: php_version == "7.2"
7-
8-
- name: Enable remi repo for PHP 7.3.
9-
set_fact: php_enablerepo="remi,remi-php73"
10-
when: php_version == "7.3"
11-
12-
- name: Enable remi repo for PHP 7.4.
13-
set_fact: php_enablerepo="remi,remi-php74"
14-
when: php_version == "7.4"
15-
162
- name: Enable remi repo for PHP 8.0.
173
set_fact: php_enablerepo="remi,remi-php80"
184
when: php_version == "8.0"

vars/Debian.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ __php_packages:
3939
- "php{{ php_version }}-yaml"
4040

4141
php_versions_debian:
42-
# TODO: PHP 7.2 support will be removed soon. This is only being left in here as
43-
# a convenience for legacy PHP 7.2 users.
44-
- php7.2-common
45-
- php7.3-common
46-
- php7.4-common
4742
- php8.0-common
4843
- php8.1-common
4944
- php8.2-common

0 commit comments

Comments
 (0)