Skip to content

Commit

Permalink
Update all_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 4, 2025
1 parent a287335 commit d4c47c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/php-apt/versions/all_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serverPath=$(dirname "$rootPath")
# cd /www/server/mdserver-web/plugins/php-apt/versions && /bin/bash common.sh 7.1 install swoole


PHP_VER_LIST=(56 70 71 72 73 74 80 81)
PHP_VER_LIST=(56 70 71 72 73 74 80 81 82 83 84)
for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start"
if [ ! -d /www/server/php-apt/${PHP_VER} ];then
Expand All @@ -31,7 +31,7 @@ done

cd $curPath

PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81)
PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81 82 83 84)
PHP_EXT_LIST=(ioncube pdo mysqlnd sqlite3 odbc opcache mcrypt fileinfo \
exif gd intl memcache memcached redis imagick xdebug xhprof \
swoole yaf phalcon yar mongodb yac solr seaslog mbstring zip zstd)
Expand Down

0 comments on commit d4c47c1

Please sign in to comment.