Skip to content

Commit 9ff4165

Browse files
Update test_2_extensions.php
1 parent d162074 commit 9ff4165

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
@@ -81,7 +81,7 @@
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)
84-
'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/1.1.1') || str_starts_with(curl_version()['ssl_version'], 'OpenSSL/3.0'),
84+
'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/3.2'),
8585
// Check that the default certificate file exists
8686
// https://github.com/brefphp/aws-lambda-layers/issues/53
8787
'curl-openssl-certificates' => file_exists(openssl_get_cert_locations()['default_cert_file']),

0 commit comments

Comments
 (0)