File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
max-parallel : 10
10
10
matrix :
11
- laravel-version : ['^11.1']
11
+ laravel-version : ['^11.1', '^12.1' ]
12
12
preference : ['stable']
13
- php-version : ['8.2', '8.3']
13
+ php-version : ['8.2', '8.3', '8.4']
14
+ exclude :
15
+ - laravel-version : ^12.1
16
+ php-version : 8.2
14
17
name : Laravel ${{ matrix.laravel-version }} (${{ matrix.preference }}) on PHP ${{ matrix.php-version }}
15
18
steps :
16
19
- name : Checkout
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.2" ,
26
- "illuminate/support" : " ^11.1" ,
26
+ "illuminate/support" : " ^11.1 || ^12.1 " ,
27
27
"intervention/image" : " ^3.7" ,
28
28
"reliqarts/laravel-common" : " ^8.0" ,
29
29
"ext-json" : " *" ,
32
32
},
33
33
"require-dev" : {
34
34
"laravel/pint" : " ^1.15" ,
35
- "orchestra/testbench" : " ^9.0" ,
35
+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
36
36
"phpro/grumphp" : " ^2.5" ,
37
37
"phpspec/prophecy-phpunit" : " ^2.0" ,
38
38
"phpunit/phpunit" : " ^11.0" ,
You can’t perform that action at this time.
0 commit comments