Skip to content

Commit 1290414

Browse files
committed
Update setup-runtime php version
1 parent 9ac578d commit 1290414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/setup-runtime

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ __DIR__=$(cd "$(dirname "$0")" && pwd)
2525
__PROJECT__=$(cd "${__DIR__}"/../ && pwd)
2626

2727
# set download dir
28-
__PHP_RUNTIME_URL__="https://dl.static-php.dev/static-php-cli/bulk/php-8.4.4-cli-${__OS_FIXED__}-${__ARCH__}.tar.gz"
28+
__PHP_RUNTIME_URL__="https://dl.static-php.dev/static-php-cli/bulk/php-8.4.12-cli-${__OS_FIXED__}-${__ARCH__}.tar.gz"
2929
__COMPOSER_URL__="https://getcomposer.org/download/latest-stable/composer.phar"
3030

3131
# use china mirror
@@ -45,7 +45,7 @@ done
4545

4646
case "$mirror" in
4747
china)
48-
__PHP_RUNTIME_URL__="https://dl.static-php.dev/static-php-cli/bulk/php-8.4.4-cli-${__OS_FIXED__}-${__ARCH__}.tar.gz"
48+
__PHP_RUNTIME_URL__="https://dl.static-php.dev/static-php-cli/bulk/php-8.4.12-cli-${__OS_FIXED__}-${__ARCH__}.tar.gz"
4949
__COMPOSER_URL__="https://mirrors.tencent.com/composer/composer.phar"
5050
;;
5151

0 commit comments

Comments
 (0)