Skip to content

Commit fddd8f5

Browse files
committed
revert: "fix: skip support php 8.4 for frankenphp (#165)" (#166)
This reverts commit 826bf8a.
1 parent 64b98eb commit fddd8f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Examples:
4646

4747
> <sup>(*)</sup>: The latest stable version.<br>
4848
> <sup>(1)</sup>: PHP with RoadRunner server. The `roadrunner` variant supports PHP >= 8.0.<br>
49-
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP 8.2 and 8.3.<br>
49+
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP >= 8.2.<br>
5050
> <sup>(3)</sup>: PHP with Nginx Unit server. The `unit-php` variant supports PHP >= 7.4.
5151
5252
Explore all available tags on our [Docker Hub](https://hub.docker.com/r/shinsenter/php/tags).

build/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ with-unit)
142142
;;
143143
with-f8p)
144144
verlt "$PHP_VERSION" "8.2" && SKIP_BUILD=1
145-
verlte "8.4" "$PHP_VERSION" && SKIP_BUILD=1
146145
PREFIX="frankenphp"
147146
BUILD_NAME="$DEFAULT_REPO/frankenphp"
148147
BUILD_SOURCE_IMAGE="dunglas/frankenphp:1-php$PHP_VERSION$SUFFIX"

0 commit comments

Comments
 (0)