File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 77jobs :
88 PHPUnit :
99 name : PHPUnit (PHP ${{ matrix.php }})
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 matrix :
1313 php :
14+ - 8.4
1415 - 8.3
1516 - 8.2
1617 - 8.1
2526 - 5.4
2627 - 5.3
2728 steps :
28- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
2930 - uses : shivammathur/setup-php@v2
3031 with :
3132 php-version : ${{ matrix.php }}
Original file line number Diff line number Diff line change 1919 "react/promise-stream" : " ^1.6" ,
2020 "react/socket" : " ^1.16" ,
2121 "react/stream" : " ^1.4" ,
22- "rize/uri-template" : " ^0.3"
22+ "rize/uri-template" : " ^0.4.1 || ^0. 3"
2323 },
2424 "require-dev" : {
2525 "clue/caret-notation" : " ^0.2" ,
2626 "clue/tar-react" : " ^0.2" ,
2727 "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
28- "react/async" : " ^4.2 || ^3 || ^2"
28+ "react/async" : " ^4.3 || ^3 || ^2"
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments