Skip to content

Commit 8b89bd0

Browse files
Update test_2_extensions.php
1 parent f3139ef commit 8b89bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_2_extensions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
$extensions = [
7878
'curl' => function_exists('curl_init')
7979
// Make sure we are not using the default AL2 cURL version (7.79)
80-
&& version_compare(curl_version()['version'], '8.4.0', '>='),
80+
&& version_compare(curl_version()['version'], '8.0', '>='),
8181
// https://github.com/brefphp/aws-lambda-layers/issues/42
8282
'curl-http2' => defined('CURL_HTTP_VERSION_2'),
8383
// Make sure we are not using the default AL2 OpenSSL version (7.79)

0 commit comments

Comments
 (0)