This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
12
php : [7.4, 7.3, 7.2]
13
- laravel : [5.8.*, 6.*, 7.*]
13
+ laravel : [6.*, 7.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 7.*
17
17
testbench : 5.*
18
18
- laravel : 6.*
19
19
testbench : 4.*
20
- - laravel : 5.8.*
21
- testbench : 3.8.*
22
20
23
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
24
22
Original file line number Diff line number Diff line change 29
29
"clue/redis-react" : " ^2.3" ,
30
30
"facade/ignition-contracts" : " ^1.0" ,
31
31
"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" ,
37
37
"pusher/pusher-php-server" : " ^3.0|^4.0" ,
38
38
"react/dns" : " ^1.1" ,
39
39
"symfony/http-kernel" : " ^4.0|^5.0" ,
You can’t perform that action at this time.
0 commit comments