shows the version of php running

This commit is contained in:
Dengke Tang
2023-03-20 08:16:15 -07:00
parent a509b381e7
commit abf451838a
+1
View File
@@ -22,4 +22,5 @@ if [ ! -d vendor ]; then
$PHP_BINARY -c php.ini $COMPOSER_BINARY update $PHP_BINARY -c php.ini $COMPOSER_BINARY update
fi fi
$launcher $PHP_BINARY --version
$launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug $launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug