Skip to content

Commit

Permalink
⬆️ Add PHP8.4 support
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Dec 4, 2024
1 parent 2668b5c commit e0dd39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
runtime:
- php: apache
start: apache
Expand Down
4 changes: 3 additions & 1 deletion php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Mostly used PHP extentions are pre installed and Binaries are stripped and multi
* ghcr.io/parmincloud/containers/php:php8.1-fpm
* ghcr.io/parmincloud/containers/php:php8.1-cli

> Replace 8.1 with your PHP Version (8.1, 8.2 and 8.3 is available)
> Replace 8.1 with your PHP Version (8.1, 8.2, 8.3 and 8.4 is available)
We are supporting versions that are listed here

## ENVs

Expand Down

0 comments on commit e0dd39f

Please sign in to comment.