File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- laravel : [8, 9 ]
11+ laravel : [9, 10 ]
1212
1313 steps :
1414 - name : Checkout code
1717 - name : Setup PHP
1818 uses : shivammathur/setup-php@v2
1919 with :
20- php-version : ' 8.0 '
20+ php-version : ' 8.1 '
2121
2222 - name : Install dependencies
2323 run : composer require "laravel/framework:^${{matrix.laravel}}.0"
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "illuminate/database" : " ^8 .0|^9 .0"
23+ "illuminate/database" : " ^9 .0|^10 .0"
2424 },
2525 "require-dev" : {
26- "phpunit/phpunit" : " ^8.4|^9 .0" ,
27- "orchestra/testbench" : " ^6 .0|^7 .0"
26+ "phpunit/phpunit" : " ^9.0|^10 .0" ,
27+ "orchestra/testbench" : " ^7 .0|^8 .0"
2828 },
2929 "minimum-stability" : " dev" ,
3030 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments