File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : true
18
18
matrix :
19
19
php : [8.1, 8.2, 8.3, 8.4]
20
- laravel : [10, 11]
20
+ laravel : [10, 11, 12 ]
21
21
include :
22
22
- php : 8.2
23
23
laravel : 9
30
30
laravel : 10
31
31
- php : 8.1
32
32
laravel : 11
33
+ - php : 8.1
34
+ laravel : 12
33
35
34
36
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
35
37
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
- "illuminate/console" : " ^9.21|^10.0|^11.0" ,
15
- "illuminate/filesystem" : " ^9.21|^10.0|^11.0" ,
16
- "illuminate/support" : " ^9.21|^10.0|^11.0" ,
17
- "illuminate/validation" : " ^9.21|^10.0|^11.0" ,
14
+ "illuminate/console" : " ^9.21|^10.0|^11.0|^12.0 " ,
15
+ "illuminate/filesystem" : " ^9.21|^10.0|^11.0|^12.0 " ,
16
+ "illuminate/support" : " ^9.21|^10.0|^11.0|^12.0 " ,
17
+ "illuminate/validation" : " ^9.21|^10.0|^11.0|^12.0 " ,
18
18
"symfony/console" : " ^6.0|^7.0"
19
19
},
20
20
"require-dev" : {
21
- "orchestra/testbench" : " ^7.35|^8.15|^9.0" ,
22
- "phpunit/phpunit" : " ^9.3|^10.4|^11.0 "
21
+ "orchestra/testbench" : " ^7.35|^8.15|^9.0|^10.0 " ,
22
+ "phpunit/phpunit" : " ^9.3|^10.4|^11.5 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments