[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.1' into PHP-8.2
From:       Ilija Tovilo <noreply () php ! net>
Date:       2023-10-31 10:46:13
Message-ID: kdyYCwgE28JcAqzEBDic9uyzmwvygocpJNSQ7lgA8 () main ! php ! net
[Download RAW message or body]

Author: Ilija Tovilo (iluuu1994)
Date: 2023-10-31T11:49:02+01:00

Commit: https://github.com/php/php-src/commit/f22a6440d07677a028e544269d5fe65aabcb6cb3
 Raw diff: https://github.com/php/php-src/commit/f22a6440d07677a028e544269d5fe65aabcb6cb3.diff


Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Use attribute for ignoring Laravel test

Changed paths:
  M  .github/workflows/nightly.yml


Diff:

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0a4536e85a8b..dae430f225ba 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -350,7 +350,7 @@ jobs:
           git rev-parse HEAD
           php /usr/bin/composer install --no-progress --ignore-platform-reqs
           # Hack to disable a test that hangs
-          php -r '$c = file_get_contents("tests/Filesystem/FilesystemTest.php"); $c \
= str_replace("public function testSharedGet()", "/** @group skip */\n    public \
function testSharedGet()", $c); \
file_put_contents("tests/Filesystem/FilesystemTest.php", $c);' +          php -r '$c \
= file_get_contents("tests/Filesystem/FilesystemTest.php"); $c = str_replace("public \
function testSharedGet()", \
"#[\\PHPUnit\\Framework\\Attributes\\Group('"'"'skip'"'"')]\n    public function \
testSharedGet()", $c); file_put_contents("tests/Filesystem/FilesystemTest.php", $c);' \
export ASAN_OPTIONS=exitcode=139  php vendor/bin/phpunit --exclude-group skip || \
EXIT_CODE=$?  if [ $EXIT_CODE -gt 128 ]; then

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic