File tree 2 files changed +22
-11
lines changed
2 files changed +22
-11
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 .*, 9 .*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
+ exclude :
16
+ - php : 8.1
17
+ laravel : 8.*
18
+ dependency-version : prefer-lowest
19
+ - php : 7.3
20
+ laravel : 9.*
21
+ - php : 7.4
22
+ laravel : 9.*
15
23
include :
16
24
- laravel : 8.*
17
25
testbench : 6.*
18
- - laravel : 7.*
19
- testbench : 5.*
20
- - laravel : 6.*
21
- testbench : 4.*
26
+ - laravel : 9.*
27
+ testbench : 7.*
28
+ # Testing php 8.1 with Laravel 8.74 as its lowest
29
+ - php : 8.1
30
+ laravel : ^8.74
31
+ dependency-version : prefer-lowest
32
+ testbench : 6.*
22
33
23
34
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
35
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " ^7.3|^8.0" ,
27
27
"astrotomic/laravel-translatable" : " ^11.0" ,
28
- "illuminate/contracts" : " ^6 .0|^7.0.2|^8 .0" ,
29
- "illuminate/support" : " ^6 .0|^7.0.2|^8 .0" ,
30
- "illuminate/routing" : " ^6 .0|^7.0.2|^8 .0" ,
31
- "illuminate/translation" : " ^6 .0|^7.0.2|^8 .0"
28
+ "illuminate/contracts" : " ^8 .0|^9 .0" ,
29
+ "illuminate/support" : " ^8 .0|^9 .0" ,
30
+ "illuminate/routing" : " ^8 .0|^9 .0" ,
31
+ "illuminate/translation" : " ^8 .0|^9 .0"
32
32
},
33
33
"require-dev" : {
34
34
"mockery/mockery" : " ^1.4" ,
35
- "orchestra/testbench" : " ^5 .0|^6 .0" ,
35
+ "orchestra/testbench" : " ^6 .0|^7 .0" ,
36
36
"phpunit/phpunit" : " ^9.3.3" ,
37
37
"squizlabs/php_codesniffer" : " ^3.6"
38
38
},
You can’t perform that action at this time.
0 commit comments