File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,6 @@ jobs:
147
147
repo : mimmi20/ua-device-type
148
148
-
149
149
repo : mimmi20/ua-normalizer
150
- -
151
- repo : numero2/contao-marketing-suite
152
- cdaArgs : --disable-ext-analysis --config=depcheck.php
153
150
-
154
151
repo : numero2/contao-opengraph3
155
152
cdaArgs : --config=depcheck.php
@@ -209,8 +206,6 @@ jobs:
209
206
repo : shipmonk-rnd/phpstan-rules
210
207
-
211
208
repo : symplify/config-transformer
212
- -
213
- repo : teamneusta/pimcore-testing-framework
214
209
-
215
210
repo : wallabag/wallabag
216
211
cdaArgs : --disable-ext-analysis
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ function outputYaml(array $items): void
110
110
|| $ item ['repo ' ] === 'symplify/phpstan-rules '
111
111
|| $ item ['repo ' ] === 'contao-thememanager/core '
112
112
|| $ item ['repo ' ] === 'oveleon/contao-recommendation-bundle '
113
+ || $ item ['repo ' ] === 'numero2/contao-marketing-suite ' // since 1.8.2 (shadow symfony/contracts via trigger_deprecation)
114
+ || $ item ['repo ' ] === 'teamneusta/pimcore-testing-framework ' // since 1.8.2 (shadow symfony/contracts via trigger_deprecation)
113
115
) {
114
116
unset($ result [$ index ]); // failing builds
115
117
}
You can’t perform that action at this time.
0 commit comments