Skip to content

Commit

Permalink
Update test_2_extensions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 14, 2023
1 parent f3139ef commit 8b89bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_2_extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b89bd0

Please sign in to comment.