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

Commit

Permalink
Update php default to 7.1.9 and 7.0.23 (#355)
Browse files Browse the repository at this point in the history
* Update the default php versions built in the debian-package builder job

* The latest versions of the cassandra PHP extension requires the cassandra-cpp-driver 2.7.0+
  • Loading branch information
chingor13 authored Sep 5, 2017
1 parent 3a59d03 commit 09dc7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8-1,7.0.22-1,5.6.31-1,7.2.0beta2-1'
PHP_VERSIONS='7.1.9-1,7.0.23-1,5.6.31-1,7.2.0beta2-1'
echo "Defaulting PHP Versions to: ${PHP_VERSIONS}"
fi

Expand Down
2 changes: 1 addition & 1 deletion deb-package-builder/extensions/cassandra/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Homepage: http://pecl.php.net/package/cassandra

Package: gcp-php${SHORT_VERSION}-cassandra
Architecture: any
Depends: cassandra-cpp-driver (>= 2.6.0), gcp-php${SHORT_VERSION}
Depends: cassandra-cpp-driver (>= 2.7.0), gcp-php${SHORT_VERSION}
Description: cassandra extension module for gcp-php${SHORT_VERSION}

0 comments on commit 09dc7d4

Please sign in to comment.