We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 826fa36 + 8516ae8 commit 554ae51Copy full SHA for 554ae51
ext/ldap/tests/ldap_start_tls_rc_max_version.phpt
@@ -6,6 +6,10 @@ ldap
6
LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf
7
--SKIPIF--
8
<?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
+}
13
$require_vendor = [
14
"name" => "OpenLDAP",
15
"min_version" => 20600,
0 commit comments