From 89047e4ee77c4890b71cb44bde61211b766b41d7 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Fri, 9 Jun 2017 09:57:55 -0700 Subject: [PATCH] Compile 7.1.6 by default (#310) * Compile 7.1.6 by default * Updated the versions in the tests. --- deb-package-builder/build_packages.sh | 2 +- php-base/php-base.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deb-package-builder/build_packages.sh b/deb-package-builder/build_packages.sh index 9db702e9..57010b0b 100755 --- a/deb-package-builder/build_packages.sh +++ b/deb-package-builder/build_packages.sh @@ -21,7 +21,7 @@ if [ -z "${GOOGLE_PROJECT_ID}" ]; then fi if [ -z "${PHP_VERSIONS}" ]; then - PHP_VERSIONS='7.1.5-2,7.0.20-1,5.6.30-4' + PHP_VERSIONS='7.1.6-1,7.0.20-1,5.6.30-4' echo "Defaulting PHP Versions to: ${PHP_VERSIONS}" fi diff --git a/php-base/php-base.yaml b/php-base/php-base.yaml index e743c00e..7641613d 100644 --- a/php-base/php-base.yaml +++ b/php-base/php-base.yaml @@ -9,10 +9,10 @@ commandTests: expectedOutput: ["5\\.6\\.30"] - name: "php70-version" command: ["cat", "/opt/php70_version"] - expectedOutput: ["7\\.0\\.19"] + expectedOutput: ["7\\.0\\.20"] - name: "php71-version" command: ["cat", "/opt/php71_version"] - expectedOutput: ["7\\.1\\.5"] + expectedOutput: ["7\\.1\\.6"] licenseTests: - debian: true files: []