Skip to content

Commit

Permalink
Removed PHP <8.1 from recipes
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Nov 21, 2024
1 parent 4935fc6 commit 9d22c67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
4 changes: 1 addition & 3 deletions wsl/os/almalinux9/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ Execute the following command:
sudo dnf module switch-to php:remi-{major}.{minor} -y
```

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

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

- `php74`: switch to PHP 7.4
- `php80`: switch to PHP 8.0
- `php81`: switch to PHP 8.1
- `php82`: switch to PHP 8.2
- `php83`: switch to PHP 8.3
Expand Down
17 changes: 0 additions & 17 deletions wsl/os/ubuntu20/roles/php/tasks/php74.yml

This file was deleted.

1 change: 0 additions & 1 deletion wsl/os/ubuntu20/roles/php/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
php_info_filename: info.php
php_versions:
- "74"
- "81"
- "82"
- "84"
Expand Down

0 comments on commit 9d22c67

Please sign in to comment.