diff --git a/.evergreen/config.yml b/.evergreen/config.yml index fb3d6238b..a5641119b 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -1060,10 +1060,6 @@ axes: display_name: "PHP 7.1" variables: PHP_VERSION: "7.1" - - id: "7.0" - display_name: "PHP 7.0" - variables: - PHP_VERSION: "7.0" - id: os-php7 display_name: OS @@ -1120,9 +1116,9 @@ axes: buildvariants: - matrix_name: "tests-php7" - matrix_spec: {"os-php7": "*", "edge-versions": "latest-stable", "php-versions": ["7.0","7.1","7.2","7.3"] } + matrix_spec: {"os-php7": "*", "edge-versions": "latest-stable", "php-versions": ["7.1","7.2","7.3"] } exclude_spec: - - {"os-php7": "ubuntu1804-arm64-test", "edge-versions": "latest-stable", "php-versions": ["7.0","7.1","7.2"]} + - {"os-php7": "ubuntu1804-arm64-test", "edge-versions": "latest-stable", "php-versions": ["7.1","7.2"]} display_name: "All: ${edge-versions}/${php-versions} — ${os-php7}" tasks: - name: "test-standalone-ssl" diff --git a/bin/package.xml.in b/bin/package.xml.in index 4a50e0684..8c7bf9e2f 100644 --- a/bin/package.xml.in +++ b/bin/package.xml.in @@ -58,7 +58,7 @@ necessary to build a fully-functional MongoDB driver. - 7.0.0 + 7.1.0 8.99.99 diff --git a/config.m4 b/config.m4 index 832c0e6cd..6b82e2a20 100644 --- a/config.m4 +++ b/config.m4 @@ -20,8 +20,8 @@ if test "$PHP_MONGODB" != "no"; then fi AC_MSG_RESULT($PHP_MONGODB_PHP_VERSION) - if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "70000"; then - AC_MSG_ERROR([not supported. Need a PHP version >= 7.0.0 (found $PHP_MONGODB_PHP_VERSION)]) + if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "70100"; then + AC_MSG_ERROR([not supported. Need a PHP version >= 7.1.0 (found $PHP_MONGODB_PHP_VERSION)]) fi PHP_ARG_ENABLE([mongodb-developer-flags],