Skip to content

Commit a59caa3

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 2e0c011 + 554ae51 commit a59caa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/ldap/tests/ldap_start_tls_rc_max_version.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ldap
66
LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf
77
--SKIPIF--
88
<?php
9+
// Skip in CI for now as adding olcTLSProtocolMin does not seem to work (needs investigation)
10+
if (getenv('CI')) {
11+
die("Skip in CI for now");
12+
}
913
$require_vendor = [
1014
"name" => "OpenLDAP",
1115
"min_version" => 20600,

0 commit comments

Comments
 (0)