Skip to content

Commit 4fd5e2e

Browse files
committed
Fix BC checker
1 parent c828e02 commit 4fd5e2e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/bc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
['ubuntu-latest']
2626
php: >-
2727
['8.5']
28-
required-packages: >-
29-
['assets', 'files']
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<roave-bc-check
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="vendor/roave/backward-compatibility-check/Resources/schema.xsd">
5+
<baseline>
6+
<ignored-regex>#\[BC\] SKIPPED: Roave\\BetterReflection\\Reflection\\ReflectionClass "Yiisoft\\Assets\\#</ignored-regex>
7+
</baseline>
8+
</roave-bc-check>

0 commit comments

Comments
 (0)