diff --git a/.github/workflows/php.yaml b/.github/workflows/php.yaml index 58706d6..f5d044c 100644 --- a/.github/workflows/php.yaml +++ b/.github/workflows/php.yaml @@ -19,6 +19,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" runtime: - php: apache start: apache diff --git a/php/README.md b/php/README.md index 30bad34..ca41ea0 100644 --- a/php/README.md +++ b/php/README.md @@ -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