File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ jobs:
1111 strategy :
1212 matrix :
1313 php :
14+ - 8.3
1415 - 8.2
1516 - 8.1
1617 steps :
17- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1819 - uses : shivammathur/setup-php@v2
1920 with :
2021 php-version : ${{ matrix.php }}
@@ -29,10 +30,11 @@ jobs:
2930 strategy :
3031 matrix :
3132 php :
33+ - 8.3
3234 - 8.2
3335 - 8.1
3436 steps :
35- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3638 - uses : shivammathur/setup-php@v2
3739 with :
3840 php-version : ${{ matrix.php }}
Original file line number Diff line number Diff line change 3131 "react/promise" : " ^3.0 || ^2.8 || ^1.2.1"
3232 },
3333 "require-dev" : {
34- "phpstan/phpstan" : " 1.10.18 " ,
35- "phpunit/phpunit" : " ^9.5 "
34+ "phpstan/phpstan" : " 1.10.39 " ,
35+ "phpunit/phpunit" : " ^9.6 "
3636 },
3737 "autoload" : {
3838 "psr-4" : {
4343 ]
4444 },
4545 "autoload-dev" : {
46- "psr-4" : { "React\\ Tests\\ Async\\ " : " tests/" }
46+ "psr-4" : {
47+ "React\\ Tests\\ Async\\ " : " tests/"
48+ }
4749 }
4850}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/9.5 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
55 bootstrap =" vendor/autoload.php"
66 cacheResult =" false"
77 colors =" true"
1919 <php >
2020 <ini name =" error_reporting" value =" -1" />
2121 <!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
22- <!-- <ini name="zend.assertions=1 " value="1" /> -->
22+ <!-- <ini name="zend.assertions" value="1" /> -->
2323 <ini name =" assert.active" value =" 1" />
2424 <ini name =" assert.exception" value =" 1" />
2525 <ini name =" assert.bail" value =" 0" />
Original file line number Diff line number Diff line change 33namespace React \Async ;
44
55// @codeCoverageIgnoreStart
6- if (!function_exists (__NAMESPACE__ . '\\parallel ' )) {
6+ if (!\ function_exists (__NAMESPACE__ . '\\parallel ' )) {
77 require __DIR__ . '/functions.php ' ;
88}
9+ // @codeCoverageIgnoreEnd
You can’t perform that action at this time.
0 commit comments