Skip to content

Commit

Permalink
Revert "[5.x] FrankenPHP does not support PHP 8.4 (#165)" (#166)
Browse files Browse the repository at this point in the history
This reverts commit 1402624.
  • Loading branch information
shinsenter authored Nov 23, 2024
1 parent 1402624 commit 3305f13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Examples:

> <sup>(*)</sup>: The latest stable version.<br>
> <sup>(1)</sup>: PHP with RoadRunner server. The `roadrunner` variant supports PHP >= 8.0.<br>
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP 8.2 and 8.3.<br>
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP >= 8.2.<br>
> <sup>(3)</sup>: PHP with Nginx Unit server. The `unit-php` variant supports PHP >= 7.4.
Explore all available tags on our [Docker Hub](https://hub.docker.com/r/shinsenter/php/tags).
Expand Down
1 change: 0 additions & 1 deletion build/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ with-unit)
;;
with-f8p)
verlt "$PHP_VERSION" "8.2" && SKIP_BUILD=1
verlte "8.4" "$PHP_VERSION" && SKIP_BUILD=1
PREFIX="frankenphp"
BUILD_NAME="$DEFAULT_REPO/frankenphp"
BUILD_SOURCE_IMAGE="dunglas/frankenphp:1-php$PHP_VERSION$SUFFIX"
Expand Down

0 comments on commit 3305f13

Please sign in to comment.