Skip to content

Commit 554ae51

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 826fa36 + 8516ae8 commit 554ae51

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)