Skip to content

Commit 6d51a25

Browse files
devnexencmb69
authored andcommitted
CI: update freebsd 13 image.
13.2 is going to be EOL. close phpGH-13622 (cherry picked from commit f2f656c)
1 parent aa8e0a3 commit 6d51a25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/curl/tests/curl_setopt_ssl.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exec('openssl version', $out, $code);
99
if ($code > 0) die("skip couldn't locate openssl binary");
1010
if (PHP_OS_FAMILY === 'Windows') die('skip not for Windows');
1111
if (PHP_OS_FAMILY === 'Darwin') die('skip Fails intermittently on macOS');
12+
if (PHP_OS === 'FreeBSD') die('skip proc_open seems to be stuck on FreeBSD');
1213
$curl_version = curl_version();
1314
if ($curl_version['version_number'] < 0x074700) {
1415
die("skip: blob options not supported for curl < 7.71.0");
@@ -237,4 +238,4 @@ bool(true)
237238
bool(true)
238239
bool(true)
239240
client cert subject not in response
240-
CURL ERROR: 83
241+
CURL ERROR: 83

0 commit comments

Comments
 (0)