This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
1212 php : [7.4, 7.3, 7.2]
13- laravel : [5.8.*, 6.*, 7.*]
13+ laravel : [6.*, 7.*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 7.*
1717 testbench : 5.*
1818 - laravel : 6.*
1919 testbench : 4.*
20- - laravel : 5.8.*
21- testbench : 3.8.*
2220
2321 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2422
Original file line number Diff line number Diff line change 2929 "clue/redis-react" : " ^2.3" ,
3030 "facade/ignition-contracts" : " ^1.0" ,
3131 "guzzlehttp/psr7" : " ^1.5" ,
32- "illuminate/broadcasting" : " 5.8.*| ^6.0|^7.0" ,
33- "illuminate/console" : " 5.8.*| ^6.0|^7.0" ,
34- "illuminate/http" : " 5.8.*| ^6.0|^7.0" ,
35- "illuminate/routing" : " 5.8.*| ^6.0|^7.0" ,
36- "illuminate/support" : " 5.8.*| ^6.0|^7.0" ,
32+ "illuminate/broadcasting" : " ^6.0|^7.0" ,
33+ "illuminate/console" : " ^6.0|^7.0" ,
34+ "illuminate/http" : " ^6.0|^7.0" ,
35+ "illuminate/routing" : " ^6.0|^7.0" ,
36+ "illuminate/support" : " ^6.0|^7.0" ,
3737 "pusher/pusher-php-server" : " ^3.0|^4.0" ,
3838 "react/dns" : " ^1.1" ,
3939 "symfony/http-kernel" : " ^4.0|^5.0" ,
You can’t perform that action at this time.
0 commit comments