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 1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.1, 8.2, 8.3]
13- laravel : [10.*, 9.*]
13+ laravel : [11.*, 10.*, 9.*]
1414 dependency-version : [prefer-lowest, prefer-stable]
15+ exclude :
16+ - php : 8.1
17+ laravel : 11.*
1518
1619 name : Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1720 steps :
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^8.1.0" ,
14- "guzzlehttp/guzzle" : " ^7.7.0 " ,
15- "laravel/framework" : " ^9.46.0|^10.14.1 " ,
14+ "guzzlehttp/guzzle" : " ^7.8.1 " ,
15+ "laravel/framework" : " ^9.46.0|^10.34.2|^11.0 " ,
1616 "openai-php/client" : " ^v0.8.0"
1717 },
1818 "require-dev" : {
1919 "laravel/pint" : " ^1.13.6" ,
20- "pestphp/pest" : " ^2.8.2" ,
21- "pestphp/pest-plugin-arch" : " ^2.2.2" ,
22- "pestphp/pest-plugin-mock" : " ^2.0.0" ,
23- "phpstan/phpstan" : " ^1.10.25" ,
24- "symfony/var-dumper" : " ^6.3.1"
20+ "pestphp/pest" : " ^2.27.0" ,
21+ "pestphp/pest-plugin-arch" : " ^2.4.1" ,
22+ "phpstan/phpstan" : " ^1.10.47" ,
23+ "symfony/var-dumper" : " ^6.4.0|^7.0.1"
2524 },
2625 "autoload" : {
2726 "psr-4" : {
You can’t perform that action at this time.
0 commit comments