Skip to content

Commit 7aa8a27

Browse files
committed
[TASK] Raise phpunit min version for v14
1 parent 526da3f commit 7aa8a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/Scripts/runTests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ case ${TEST_SUITE} in
519519
typo3/cms-core:dev-main \
520520
typo3/cms-install:dev-main \
521521
typo3/testing-framework:dev-main \
522-
phpunit/phpunit:^11 \
522+
phpunit/phpunit:^11.5.44 \
523523
|| exit 1
524524
fi
525525
composer update --no-progress --no-interaction || exit 1
@@ -546,7 +546,7 @@ case ${TEST_SUITE} in
546546
typo3/cms-core:dev-main \
547547
typo3/cms-install:dev-main \
548548
typo3/testing-framework:dev-main \
549-
phpunit/phpunit:^11 \
549+
phpunit/phpunit:^11.5.44 \
550550
|| exit 1
551551
fi
552552
composer update --no-ansi --no-interaction --no-progress --with-dependencies --prefer-lowest || exit 1

0 commit comments

Comments
 (0)