Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Compile 7.1.6 by default (#310)
Browse files Browse the repository at this point in the history
* Compile 7.1.6 by default

* Updated the versions in the tests.
  • Loading branch information
Takashi Matsuo authored Jun 9, 2017
1 parent 8309924 commit 89047e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deb-package-builder/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions php-base/php-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

0 comments on commit 89047e4

Please sign in to comment.