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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user