File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : [8.1, 8.2, 8.3]
14
- laravel : [10.*, 11.*]
13
+ php : [8.1, 8.2, 8.3, 8.4 ]
14
+ laravel : [10.*, 11.*, 12.* ]
15
15
dependency-version : [prefer-lowest, prefer-stable]
16
16
exclude :
17
+ - php : 8.1
18
+ laravel : 12.*
17
19
- php : 8.1
18
20
laravel : 11.*
19
21
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^8.1|^8.2|^8.3" ,
23
- "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
24
- "illuminate/notifications" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
25
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0"
22
+ "php" : " ^8.1|^8.2|^8.3|^8.4 " ,
23
+ "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
24
+ "illuminate/notifications" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
25
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 "
26
26
},
27
27
"require-dev" : {
28
28
"adamwojs/php-cs-fixer-phpdoc-force-fqcn" : " ^2.0" ,
29
29
"friendsofphp/php-cs-fixer" : " ^3.0" ,
30
- "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0|^9.0" ,
31
- "phpunit/phpunit" : " ^9.1|^10.0" ,
30
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
31
+ "phpunit/phpunit" : " ^9.1|^10.0|^11.0 " ,
32
32
"squizlabs/php_codesniffer" : " ^3.6"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments