File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,19 @@ jobs:
31
31
strategy :
32
32
matrix :
33
33
os : [ubuntu]
34
- php : [7.4, 7.3, 7.2]
35
- laravel : [^8, ^7, ^6]
34
+ php : [8.1, 8.0 7.4, 7.3, 7.2]
35
+ laravel : [^9, ^ 8, ^7, ^6]
36
36
exclude :
37
37
# Laravel 8 requires php 7.3+, so exclude all PHP versions prior to 7.3
38
38
- laravel : ^8
39
39
php : 7.2
40
+ # Laravel 9 requires php ^8.0.2, so exclude all PHP versions prior to 8.0.2
41
+ - laravel : ^9
42
+ php : 7.2
43
+ - laravel : ^9
44
+ php : 7.3
45
+ - laravel : ^9
46
+ php : 7.4
40
47
env :
41
48
ROLLBAR_TOKEN : " ad865e76e7fb496fab096ac07b1dbabb"
42
49
name : Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " >=7.2" ,
26
- "illuminate/support" : " ^6.0|^7.0|^8.0" ,
25
+ "php" : " >=7.2|^8.0 " ,
26
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0 " ,
27
27
"rollbar/rollbar" : " ^2"
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
30
+ "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0 " ,
31
31
"mockery/mockery" : " ^1" ,
32
32
"php-coveralls/php-coveralls" : " ^2.2" ,
33
33
"squizlabs/php_codesniffer" : " 3.*" ,
34
- "phpunit/phpunit" : " ^8"
34
+ "phpunit/phpunit" : " ^8|^9.1 "
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments