File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
5252Explore all available tags on our [ Docker Hub] ( https://hub.docker.com/r/shinsenter/php/tags ) .
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ with-unit)
142142 ;;
143143with-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 "
You can’t perform that action at this time.
0 commit comments