From bc9aadcee748a09eb5992e49b412d48e31280bce Mon Sep 17 00:00:00 2001 From: Xijun Dai Date: Mon, 30 Mar 2020 15:45:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E9=BB=98=E8=AE=A4php?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=207.3.13,=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=20libzip=20=E7=89=88=E6=9C=AC=E4=B8=BA=201.6?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9a1df96..84d1b5b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,8 +1,8 @@ --- -php_version: 7.2.17 +php_version: 7.3.13 php_web_user: nginx php_download_url: https://www.php.net/distributions/php-{{ php_version }}.tar.gz -php_libzip_version: 1.3.2 +php_libzip_version: 1.6.1 php_libzip_download_url: https://libzip.org/download/libzip-{{ php_libzip_version }}.tar.gz php_remote_src: true php_force_install: false