We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526da3f commit 7aa8a27Copy full SHA for 7aa8a27
Build/Scripts/runTests.sh
@@ -519,7 +519,7 @@ case ${TEST_SUITE} in
519
typo3/cms-core:dev-main \
520
typo3/cms-install:dev-main \
521
typo3/testing-framework:dev-main \
522
- phpunit/phpunit:^11 \
+ phpunit/phpunit:^11.5.44 \
523
|| exit 1
524
fi
525
composer update --no-progress --no-interaction || exit 1
@@ -546,7 +546,7 @@ case ${TEST_SUITE} in
546
547
548
549
550
551
552
composer update --no-ansi --no-interaction --no-progress --with-dependencies --prefer-lowest || exit 1
0 commit comments