Skip to content

Commit 34009dd

Browse files
authored
force minimum phpunit version to avoid deprecations in lowest
1 parent 410d0b8 commit 34009dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
<directory>./tests/</directory>
1414
</testsuite>
1515
</testsuites>
16+
17+
<php>
18+
<env name="SYMFONY_PHPUNIT_VERSION" value="^9.6.29" />
19+
</php>
1620
</phpunit>

0 commit comments

Comments
 (0)