Skip to content

Commit 7963cd9

Browse files
authored
Support PHPUnit 12 in composer based set (#501)
1 parent b9e107e commit 7963cd9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Set/SetProvider/PHPUnitSetProvider.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ public function provide(): array
6969
'11.0',
7070
__DIR__ . '/../../../config/sets/phpunit110.php'
7171
),
72+
new ComposerTriggeredSet(
73+
SetGroup::PHPUNIT,
74+
'phpunit/phpunit',
75+
'12.0',
76+
__DIR__ . '/../../../config/sets/phpunit120.php'
77+
),
7278

7379
new Set(SetGroup::PHPUNIT, 'Code Quality', __DIR__ . '/../../../config/sets/phpunit-code-quality.php'),
7480

0 commit comments

Comments
 (0)