mirror of
https://github.com/php/php-src.git
synced 2024-12-12 11:23:53 +08:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Skip resource intensive tidy test on GA
This commit is contained in:
commit
340c58de98
@ -7,6 +7,7 @@ tidy
|
||||
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (getenv("SKIP_ASAN")) die("skip too big for asan");
|
||||
if (getenv("GITHUB_ACTIONS")) die("skip potentially crashes on GitHub actions");
|
||||
?>
|
||||
--CONFLICTS--
|
||||
all
|
||||
|
Loading…
Reference in New Issue
Block a user