From 8b89bd05ebe237b396bbea85938bf82a520665b2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 14 Nov 2023 15:13:48 +0000 Subject: [PATCH] Update test_2_extensions.php --- tests/test_2_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_2_extensions.php b/tests/test_2_extensions.php index eec861d0..2ee7f981 100644 --- a/tests/test_2_extensions.php +++ b/tests/test_2_extensions.php @@ -77,7 +77,7 @@ $extensions = [ 'curl' => function_exists('curl_init') // Make sure we are not using the default AL2 cURL version (7.79) - && version_compare(curl_version()['version'], '8.4.0', '>='), + && version_compare(curl_version()['version'], '8.0', '>='), // https://github.com/brefphp/aws-lambda-layers/issues/42 'curl-http2' => defined('CURL_HTTP_VERSION_2'), // Make sure we are not using the default AL2 OpenSSL version (7.79)