We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d162074 commit 9ff4165Copy full SHA for 9ff4165
tests/test_2_extensions.php
@@ -81,7 +81,7 @@
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)
84
- 'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/1.1.1') || str_starts_with(curl_version()['ssl_version'], 'OpenSSL/3.0'),
+ 'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/3.2'),
85
// Check that the default certificate file exists
86
// https://github.com/brefphp/aws-lambda-layers/issues/53
87
'curl-openssl-certificates' => file_exists(openssl_get_cert_locations()['default_cert_file']),
0 commit comments