File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : test
22
3- on : [push]
3+ on :
4+ - push
45
56jobs :
67 test :
78 runs-on : ${{ matrix.os }}
9+
810 strategy :
911 fail-fast : false
1012 matrix :
1113 os : [ubuntu-latest]
1214 php : [8.2]
13- laravel : [10.*]
15+ laravel : [' 10.*', '11.*' ]
1416 stability : [prefer-lowest, prefer-stable]
1517
1618 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2830 run : |
2931 composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
3032 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
33+
3134 - name : Execute tests
32- run : vendor/bin/phpunit
35+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " >= 8.2" ,
1616 "guzzlehttp/guzzle" : " ^7.0" ,
17- "illuminate/notifications" : " ^10.0" ,
18- "illuminate/support" : " ^10.0" ,
17+ "illuminate/notifications" : " ^10.0|^11.0 " ,
18+ "illuminate/support" : " ^10.0|^11.0 " ,
1919 "kreait/laravel-firebase" : " ^5.0"
2020 },
2121 "require-dev" : {
You can’t perform that action at this time.
0 commit comments