Skip to content

Commit

Permalink
Update all_mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 8, 2024
1 parent ee1d3de commit a8b37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/php/versions/all_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ROOT_DIR=$(cd "$(dirname "$0")"; pwd)
# echo "php${PHP_VER} -- end"


PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81 82)
PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81 82 83)
# PHP_VER_LIST=(81)
for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start"
Expand Down

0 comments on commit a8b37fb

Please sign in to comment.