File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [7.3, 7.4, 8.0]
13
- laravel : [6.*, 7.*, 8.*]
12
+ php : [7.3, 7.4, 8.0, 8.1 ]
13
+ laravel : [8.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
+ exclude :
16
+ - php : 8.1
17
+ laravel : 8.*
18
+ dependency-version : prefer-lowest
15
19
include :
16
20
- laravel : 8.*
17
21
testbench : 6.*
18
- - laravel : 7.*
19
- testbench : 5.*
20
- - laravel : 6.*
21
- testbench : 4.*
22
+ # Testing php 8.1 with Laravel 8.74 as its lowest
23
+ - php : 8.1
24
+ laravel : ^8.74
25
+ dependency-version : prefer-lowest
26
+ testbench : 6.*
22
27
23
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
29
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.3|^8.0" ,
20
- "illuminate/console" : " ^6.0|^7.0|^ 8.0" ,
21
- "illuminate/support" : " ^6.0|^7.0|^ 8.0"
20
+ "illuminate/console" : " ^8.0" ,
21
+ "illuminate/support" : " ^8.0"
22
22
},
23
23
"require-dev" : {
24
24
"mockery/mockery" : " ^1.4" ,
25
- "orchestra/testbench" : " ^4.0|^5.0|^ 6.0" ,
25
+ "orchestra/testbench" : " ^6.0" ,
26
26
"phpunit/phpunit" : " ^9.3.3" ,
27
27
"squizlabs/php_codesniffer" : " ^3.6"
28
28
},
You can’t perform that action at this time.
0 commit comments