File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ jobs:
1212 fail-fast : true
1313 matrix :
1414 php : [7.1, 7.2, 7.3, 7.4]
15- laravel : [5.8.*, ^6.0, ^7.0]
15+ laravel : [5.8.*, ^6.0, ^7.0, ^8.0 ]
1616 exclude :
1717 - php : 7.1
1818 laravel : ^6.0
1919 - php : 7.1
2020 laravel : ^7.0
21+ - php : 7.1
22+ laravel : ^8.0
23+ - php : 7.2
24+ laravel : ^8.0
2125
2226 name : P${{ matrix.php }} - L${{ matrix.laravel }}
2327
Original file line number Diff line number Diff line change 2525 },
2626 "require" : {
2727 "php" : " ^7.1.3" ,
28- "craftsys/msg91-php" : " ^0.8.1 " ,
29- "illuminate/support" : " ^5.2|^6.0|^7.0"
28+ "craftsys/msg91-php" : " ^0.9 " ,
29+ "illuminate/support" : " ^5.2|^6.0|^7.0|^8.0 "
3030 },
3131 "require-dev" : {
32- "orchestra/testbench" : " ~3.8|^4.0|^5.0" ,
32+ "orchestra/testbench" : " ~3.8|^4.0|^5.0|^6.0 " ,
3333 "phpunit/phpunit" : " ^5.3|^6.0|^7.0|^8.0"
3434 },
3535 "config" : {
You can’t perform that action at this time.
0 commit comments