File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
tests :
11
11
runs-on : ${{ matrix.os }}
12
+
12
13
strategy :
13
14
fail-fast : false
14
15
matrix :
15
- os : [ ubuntu-latest ]
16
- php : [ 8.1, 8.2 ]
17
- laravel : [ 9.*, 10.*]
18
- dependency-version : [ prefer-lowest, prefer-stable ]
16
+ os : [ubuntu-latest]
17
+ php : [8.1, 8.2]
18
+ laravel : ['9.*', '10.*', '11.*']
19
+ dependency-version : [prefer-lowest, prefer-stable]
20
+ exclude :
21
+ - laravel : 11.*
22
+ php : 8.1
19
23
20
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
25
Original file line number Diff line number Diff line change 15
15
"php" : " >=8.1" ,
16
16
"aws/aws-sdk-php" : " ^3.69.11" ,
17
17
"guzzlehttp/guzzle" : " ^6.2.1 || ^7.0" ,
18
- "illuminate/notifications" : " ^9.0|^10.0" ,
19
- "illuminate/support" : " ^9.0|^10.0"
18
+ "illuminate/notifications" : " ^9.0|^10.0 || ^11.0 " ,
19
+ "illuminate/support" : " ^9.0|^10.0 || ^11.0 "
20
20
},
21
21
"require-dev" : {
22
22
"mockery/mockery" : " ^1.5.1" ,
23
- "phpunit/phpunit" : " ^9.5.10"
23
+ "phpunit/phpunit" : " ^9.5.10 || ^10.5 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments