File tree Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,14 @@ jobs:
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [8.3 , 8.2 , 8.1 ]
15
- laravel : [9.*, 10.*, 11.* ]
14
+ php : [8.4 , 8.3 , 8.2 ]
15
+ laravel : ['11.*', '12.*' ]
16
16
stability : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 11.*
19
19
testbench : 9.*
20
- - laravel : 10.*
21
- testbench : 8.*
22
- - laravel : 9.*
23
- testbench : ^7.19
24
- exclude :
25
- # Laravel 11 doesn't support PHP 8.1
26
- - laravel : 11.*
27
- php : 8.1
28
- # Laravel 9 doesn't support PHP 8.3
29
- - laravel : 10.*
30
- php : 8.3
20
+ - laravel : 12.*
21
+ testbench : 10.*
31
22
32
23
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
33
24
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ tests/temp
4
4
composer.phar
5
5
composer.lock
6
6
.phpunit.result.cache
7
+ .phpunit.cache
Original file line number Diff line number Diff line change 9
9
10
10
"homepage" : " http://cretueusebiu.com" ,
11
11
"role" : " Developer"
12
+ },
13
+ {
14
+ "name" : " Joost de Bruijn" ,
15
+
16
+ "role" : " Maintainer"
12
17
}
13
18
],
14
19
"require" : {
15
- "php" : " ^8.1 " ,
16
- "illuminate/notifications" : " ^9 .0|^10.0|^11 .0" ,
17
- "illuminate/support" : " ^9 .0|^10.0|^11 .0" ,
20
+ "php" : " ^8.2 " ,
21
+ "illuminate/notifications" : " ^11 .0|^12 .0" ,
22
+ "illuminate/support" : " ^11 .0|^12 .0" ,
18
23
"minishlink/web-push" : " ^9.0"
19
24
},
20
25
"require-dev" : {
21
- "mockery/mockery" : " ~ 1.0" ,
22
- "orchestra/testbench" : " ^7 .0|^8.0|^9 .0" ,
23
- "phpunit/phpunit" : " ^9 .5|^10.5 "
26
+ "mockery/mockery" : " ^ 1.0" ,
27
+ "orchestra/testbench" : " ^9 .0|^10 .0" ,
28
+ "phpunit/phpunit" : " ^10 .5|^11.5.3 "
24
29
},
25
30
"autoload" : {
26
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments