This repository was archived by the owner on Feb 16, 2023. It is now read-only.
File tree 2 files changed +13
-23
lines changed
2 files changed +13
-23
lines changed Original file line number Diff line number Diff line change @@ -19,31 +19,21 @@ jobs:
19
19
20
20
strategy :
21
21
matrix :
22
- php : [8.0, 7.4 , 7.3, 7.2 ]
23
- laravel : [^8, ^7, ^6]
24
- dependency-version : [prefer-stable]
22
+ php : [8.1, 8.0 , 7.4 ]
23
+ laravel : [^9, ^ 8, ^7, ^6]
24
+ dependency-version : [prefer-lowest, prefer- stable, dev ]
25
25
exclude :
26
- - laravel : ^8
27
- php : 7.2
28
- include :
29
- - laravel : ^7
30
- php : 7.2
31
- dependency-version : prefer-lowest
32
- - laravel : ^8
33
- php : 7.3
34
- dependency-version : prefer-lowest
35
- - laravel : ^8
26
+ - laravel : ^6
36
27
php : 7.4
37
- dependency-version : dev
28
+ dependency-version : prefer-lowest
29
+ - laravel : ^6
30
+ php : 8.1
31
+ - laravel : ^7
32
+ php : 8.1
38
33
- laravel : ^8
39
- php : 8.0
40
- dependency-version : prefer-stable
41
- - laravel : ^9
42
34
php : 8.1
43
- dependency-version : prefer-stable
44
35
- laravel : ^9
45
- php : 8.1
46
- dependency-version : dev
36
+ php : 7.4
47
37
48
38
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
49
39
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=7.2 " ,
17
+ "php" : " ^7.4|^8.0 " ,
18
18
"illuminate/support" : " ^6|^7|^8|^9" ,
19
19
"illuminate/contracts" : " ^6|^7|^8|^9" ,
20
- "fruitcake/php-cors" : " ^1"
20
+ "fruitcake/php-cors" : " ^1.2 "
21
21
},
22
22
"require-dev" : {
23
23
"laravel/framework" : " ^6|^7.24|^8" ,
24
- "phpunit/phpunit" : " ^6|^7|^8|^ 9" ,
24
+ "phpunit/phpunit" : " ^9" ,
25
25
"squizlabs/php_codesniffer" : " ^3.5" ,
26
26
"orchestra/testbench-dusk" : " ^4|^5|^6|^7"
27
27
},
You can’t perform that action at this time.
0 commit comments