File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 87
87
laravel : 7.*
88
88
phpunit : ~9.0
89
89
90
+ # Laravel 8.x
91
+ - php : 7.3
92
+ laravel : 8.*
93
+ phpunit : ~9.0
94
+ - php : 7.4
95
+ laravel : 8.*
96
+ phpunit : ~9.0
97
+ - php : 8.0
98
+ laravel : 8.*
99
+ phpunit : ~9.0
100
+
90
101
name : Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
91
102
92
103
steps :
Original file line number Diff line number Diff line change 21
21
"license" : " Apache-2.0" ,
22
22
"require" : {
23
23
"php" : " >=7.1.0" ,
24
- "laravel/framework" : " ~5.5|~6.0|~7.0" ,
25
- "casbin/casbin" : " ~2.0 " ,
24
+ "laravel/framework" : " ~5.5|~6.0|~7.0|~8.0 " ,
25
+ "casbin/casbin" : " ~3.1 " ,
26
26
"casbin/psr3-bridge" : " ^1.1"
27
27
},
28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ~7.0|~8.0|~9.0" ,
30
- "php-coveralls/php-coveralls" : " ^2.1 " ,
30
+ "php-coveralls/php-coveralls" : " ^2.4 " ,
31
31
"mockery/mockery" : " ^1.0" ,
32
- "laravel/laravel" : " ~5.5|~6.0|~7.0"
32
+ "laravel/laravel" : " ~5.5|~6.0|~7.0|~8.0 "
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments