Skip to content

Commit

Permalink
PHP 8.0 for 22+ (nextcloud#1563)
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
  • Loading branch information
J0WI authored Aug 29, 2021
1 parent 854c696 commit 9ec9b3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
set -eo pipefail

declare -A php_version=(
[default]='7.4'
[default]='8.0'
[20]='7.4'
[21]='7.4'
)

declare -A cmd=(
Expand Down Expand Up @@ -113,7 +115,7 @@ function create_variant() {
' "$dir/Dockerfile"

case "$phpVersion" in
7.4 )
7.4|8.0 )
sed -ri -e '
\@docker-php-ext-configure gmp --with-gmp@d;
\@/usr/include/gmp.h@d;
Expand Down

0 comments on commit 9ec9b3b

Please sign in to comment.