Skip to content

Commit

Permalink
Update php-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Nov 15, 2024
1 parent 4e0553a commit 496b72e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions php-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ case $PHP_VERSION in
esac

case $PHP_VERSION in
8.4*)
8.4*)
yes | pecl install imap
docker-php-ext-install imap
;;
*)
*)
docker-php-ext-install imap
;;
esac
Expand Down

0 comments on commit 496b72e

Please sign in to comment.