Skip to content

Commit f2f656c

Browse files
committed
CI: update freebsd 13 image.
13.2 is going to be EOL. close phpGH-13622
1 parent 807524d commit f2f656c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
freebsd_task:
55
name: FREEBSD_DEBUG_NTS
66
freebsd_instance:
7-
image_family: freebsd-13-2
7+
image_family: freebsd-13-3
88
env:
99
ARCH: amd64
1010
install_script:

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)