File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
12- php : [8.2]
13- laravel : [11.*]
12+ php : [8.2, 8.3, 8.4 ]
13+ laravel : [11.*, 12.* ]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 11.*
1717 testbench : 9.*
18+ - laravel : 12.*
19+ testbench : 10.*
1820
1921 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2022
2123 steps :
2224 - name : Checkout code
23- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2426
2527 - name : Setup PHP
2628 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^8.2" ,
22- "illuminate/contracts" : " ^11.0" ,
22+ "illuminate/contracts" : " ^11.0|^12.0 " ,
2323 "laravel/pint" : " ^1.0" ,
2424 "spatie/laravel-data" : " ^4.4" ,
2525 "spatie/laravel-package-tools" : " ^1.12" ,
3030 "doctrine/dbal" : " ^3.0|^4.0" ,
3131 "nunomaduro/collision" : " ^8.1" ,
3232 "openai-php/laravel" : " ^0.8.1" ,
33- "orchestra/testbench" : " ^9.0" ,
33+ "orchestra/testbench" : " ^9.0|^10.0 " ,
3434 "phpstan/extension-installer" : " ^1.1" ,
35- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
36- "phpstan/phpstan-phpunit" : " ^1.0" ,
37- "phpunit/phpunit" : " ^10.0|^11.0" ,
35+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0 " ,
36+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0 " ,
37+ "phpunit/phpunit" : " ^10.0|^11.0|^12.0 " ,
3838 "spatie/laravel-ray" : " ^1.9" ,
3939 "vimeo/psalm" : " ^6.0@dev"
4040 },
You can’t perform that action at this time.
0 commit comments