Skip to content

Commit 9d22c67

Browse files
committed
Removed PHP <8.1 from recipes
Signed-off-by: alexmerlin <[email protected]>
1 parent 4935fc6 commit 9d22c67

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

wsl/os/almalinux9/FAQ.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ Execute the following command:
88
sudo dnf module switch-to php:remi-{major}.{minor} -y
99
```
1010

11-
where `{major}.{minor}` is one of the supported PHP versions: `8.4`, `8.3`, `8.2`, `8.1`, `8.0` and `7.4`.
11+
where `{major}.{minor}` is one of the supported PHP versions: `8.4`, `8.3`, `8.2` and `8.1`.
1212

1313
Additionally, our setup includes predefined aliases for executing the above command.
1414
The aliases are the following:
1515

16-
- `php74`: switch to PHP 7.4
17-
- `php80`: switch to PHP 8.0
1816
- `php81`: switch to PHP 8.1
1917
- `php82`: switch to PHP 8.2
2018
- `php83`: switch to PHP 8.3

wsl/os/ubuntu20/roles/php/tasks/php74.yml

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

wsl/os/ubuntu20/roles/php/vars/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
php_info_filename: info.php
33
php_versions:
4-
- "74"
54
- "81"
65
- "82"
76
- "84"

0 commit comments

Comments
 (0)