Skip to content

Commit 2a0842b

Browse files
Update autotest-external.sh
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 286a041 commit 2a0842b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autotest-external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PHPUNIT_MAJOR_VERSION=$(echo $PHPUNIT_VERSION | cut -d"." -f1)
4545
PHPUNIT_MINOR_VERSION=$(echo $PHPUNIT_VERSION | cut -d"." -f2)
4646

4747
if ! [ $PHPUNIT_MAJOR_VERSION -gt 9 -o \( $PHPUNIT_MAJOR_VERSION -eq 9 -a $PHPUNIT_MINOR_VERSION -ge 0 \) ]; then
48-
echo "phpunit version >= 9.6 required. Version found: $PHPUNIT_VERSION" >&2
48+
echo "phpunit version >= 9.0 required. Version found: $PHPUNIT_VERSION" >&2
4949
exit 4
5050
fi
5151

0 commit comments

Comments
 (0)