File tree Expand file tree Collapse file tree 4 files changed +15
-35
lines changed Expand file tree Collapse file tree 4 files changed +15
-35
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
1818 with :
19- php-version : ' 8.0 '
19+ php-version : ' 8.1 '
2020 coverage : none
2121
2222 - name : Install composer dependencies
Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest]
12- php : [8.0 ]
13- laravel : [9.* ]
12+ php : [8.1 ]
13+ laravel : [^10.0 ]
1414 stability : [prefer-stable]
1515 include :
16- - laravel : 9.*
17- testbench : 7.*
16+ - laravel : ^10.0
17+ testbench : ^8.0
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.0" ,
20- "illuminate/support" : " ^9.0" ,
19+ "php" : " ^8.0|^8.1 " ,
20+ "illuminate/support" : " ^9.0|^10.0 " ,
2121 "laravel/slack-notification-channel" : " ^2.4" ,
2222 "ext-json" : " *"
2323 },
2424 "require-dev" : {
2525 "friendsofphp/php-cs-fixer" : " ^3.2" ,
26- "laravel/sanctum" : " ^2.8 " ,
27- "orchestra/testbench" : " ^7 .0" ,
28- "phpunit/phpunit" : " ^9.3 " ,
26+ "laravel/sanctum" : " ^3.2 " ,
27+ "orchestra/testbench" : " ^8 .0" ,
28+ "phpunit/phpunit" : " ^10.0 " ,
2929 "symfony/stopwatch" : " ^4.4|^5.0" ,
30- "nunomaduro/larastan" : " ^2.0 " ,
30+ "nunomaduro/larastan" : " ^2.4 " ,
3131 "phpstan/extension-installer" : " ^1.1"
3232 },
3333 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" vendor/autoload.php"
2+ <phpunit bootstrap =" vendor/autoload.php"
3+ backupGlobals =" false"
54 colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- verbose =" true"
12- >
5+ stopOnFailure =" false" >
136 <testsuites >
14- <testsuite name =" Binarcode Test Suite" >
7+ <testsuite name =" BinarCode Test Suite" >
158 <directory >tests</directory >
169 </testsuite >
1710 </testsuites >
18- <coverage >
19- <include >
20- <directory suffix =" .php" >./src</directory >
21- </include >
22- <report >
23- <html outputDirectory =" build/coverage" />
24- <text outputFile =" build/coverage.txt" />
25- <clover outputFile =" build/logs/clover.xml" />
26- </report >
27- </coverage >
28- <logging >
29- <junit outputFile =" build/report.junit.xml" />
30- </logging >
3111</phpunit >
You can’t perform that action at this time.
0 commit comments