1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

CI: update freebsd 13 image.

13.2 is going to be EOL.

close GH-13622
This commit is contained in:
David Carlier
2024-03-07 21:01:27 +00:00
parent 807524d61c
commit f2f656c97e
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ env:
freebsd_task:
name: FREEBSD_DEBUG_NTS
freebsd_instance:
image_family: freebsd-13-2
image_family: freebsd-13-3
env:
ARCH: amd64
install_script:

View File

@@ -9,6 +9,7 @@ exec('openssl version', $out, $code);
if ($code > 0) die("skip couldn't locate openssl binary");
if (PHP_OS_FAMILY === 'Windows') die('skip not for Windows');
if (PHP_OS_FAMILY === 'Darwin') die('skip Fails intermittently on macOS');
if (PHP_OS === 'FreeBSD') die('skip proc_open seems to be stuck on FreeBSD');
$curl_version = curl_version();
if ($curl_version['version_number'] < 0x074700) {
die("skip: blob options not supported for curl < 7.71.0");
@@ -237,4 +238,4 @@ bool(true)
bool(true)
bool(true)
client cert subject not in response
CURL ERROR: 83
CURL ERROR: 83