File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ We're sorry to hear you have a problem. Can you help us solve it by providing th
20
20
attributes :
21
21
label : Package Version
22
22
description : What version of our Package are you running? Please be as specific as possible
23
- placeholder : " 11 .0"
24
- value : " 11 .0"
23
+ placeholder : " 12 .0"
24
+ value : " 12 .0"
25
25
validations :
26
26
required : true
27
27
- type : input
@@ -38,8 +38,8 @@ We're sorry to hear you have a problem. Can you help us solve it by providing th
38
38
attributes :
39
39
label : Laravel Version
40
40
description : What version of Laravel are you running? Please be as specific as possible
41
- placeholder : " 11 .0.0"
42
- value : " 11 .0.0"
41
+ placeholder : " 12 .0.0"
42
+ value : " 12 .0.0"
43
43
validations :
44
44
required : true
45
45
- type : dropdown
Original file line number Diff line number Diff line change 16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.3 '
19
+ php-version : ' 8.4 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change 14
14
max-parallel : 1
15
15
matrix :
16
16
os : [ ubuntu-latest ]
17
- php : [ 8.2, 8.3 ]
18
- laravel : [ 11 .* ]
17
+ php : [ 8.2, 8.3, 8.4 ]
18
+ laravel : [ 12 .* ]
19
19
stability : [ prefer-lowest, prefer-stable ]
20
20
21
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments