Skip to content

Commit

Permalink
[5.x] Add PHP 8.4 for Hyperf docker images (#177)
Browse files Browse the repository at this point in the history
Revert "[5.x] Swoole does not currently support PHP 8.4, skip installing Hyperf (#167)"

This reverts commit ebb0d03.
  • Loading branch information
shinsenter authored Dec 17, 2024
1 parent 6809bfa commit b18cb75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ app-*)
LATEST_PHP="8.3"
BUILD_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64/v8"
BUILD_FROM_IMAGE="$DEFAULT_REPO/phpfpm-nginx"
verlt "$PHP_VERSION" "7.2" && SKIP_BUILD=1
verlte "8.4" "$PHP_VERSION" && SKIP_BUILD=1
verlt "$PHP_VERSION" "7.2" && SKIP_BUILD=1
if verlte "8.3" "$PHP_VERSION"; then
BUILD_PLATFORM="linux/amd64,linux/arm64/v8"
fi
Expand Down

0 comments on commit b18cb75

Please sign in to comment.