We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3139ef commit 8b89bd0Copy full SHA for 8b89bd0
tests/test_2_extensions.php
@@ -77,7 +77,7 @@
77
$extensions = [
78
'curl' => function_exists('curl_init')
79
// Make sure we are not using the default AL2 cURL version (7.79)
80
- && version_compare(curl_version()['version'], '8.4.0', '>='),
+ && version_compare(curl_version()['version'], '8.0', '>='),
81
// https://github.com/brefphp/aws-lambda-layers/issues/42
82
'curl-http2' => defined('CURL_HTTP_VERSION_2'),
83
// Make sure we are not using the default AL2 OpenSSL version (7.79)
0 commit comments