File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 24
24
- " 8.1"
25
25
- " 8.2"
26
26
- " 8.3"
27
+ - " 8.4"
27
28
28
29
steps :
29
30
- name : " Checkout"
@@ -103,6 +104,8 @@ jobs:
103
104
- " 8.0"
104
105
- " 8.1"
105
106
- " 8.2"
107
+ - " 8.3"
108
+ - " 8.4"
106
109
dependencies :
107
110
- " lowest"
108
111
- " highest"
@@ -163,6 +166,7 @@ jobs:
163
166
- " 8.1"
164
167
- " 8.2"
165
168
- " 8.3"
169
+ - " 8.4"
166
170
update-packages :
167
171
- " "
168
172
include :
Original file line number Diff line number Diff line change 26
26
- " 8.1"
27
27
- " 8.2"
28
28
- " 8.3"
29
+ - " 8.4"
29
30
update-packages :
30
31
- " "
31
32
include :
35
36
update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
36
37
- php-version : " 8.3"
37
38
update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
39
+ - php-version : " 8.4"
40
+ update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
38
41
39
42
steps :
40
43
- name : " Checkout"
Original file line number Diff line number Diff line change 7
7
],
8
8
"require" : {
9
9
"php" : " ^7.2 || ^8.0" ,
10
- "phpstan/phpstan" : " ^1.11.7 "
10
+ "phpstan/phpstan" : " ^1.12 "
11
11
},
12
12
"conflict" : {
13
13
"doctrine/collections" : " <1.0" ,
You can’t perform that action at this time.
0 commit comments