release: dev -> main v0.2.0 #93
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
exit 0
|
||||
fi
|
||||
echo "phpstan.neon detected - running PHPStan ${PHPSTAN_VERSION} via .phar"
|
||||
apt-get update -qq && apt-get install -y -qq php-cli curl ca-certificates >/dev/null
|
||||
apt-get update -qq && apt-get install -y -qq php-cli php-xml php-mbstring curl ca-certificates >/dev/null
|
||||
# PHPUnit phar present pour que phpstan.neon (scanDirectories phar://phpunit.phar)
|
||||
# resolve les symboles PHPUnit\Framework\* utilises sous tests/.
|
||||
curl -sSL "https://phar.phpunit.de/phpunit-${PHPUNIT_VERSION}.phar" -o phpunit.phar
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
exit 0
|
||||
fi
|
||||
echo "phpunit.xml + tests/ detected - running PHPUnit ${PHPUNIT_VERSION} via .phar"
|
||||
apt-get update -qq && apt-get install -y -qq php-cli curl ca-certificates >/dev/null
|
||||
apt-get update -qq && apt-get install -y -qq php-cli php-xml php-mbstring curl ca-certificates >/dev/null
|
||||
curl -sSL "https://phar.phpunit.de/phpunit-${PHPUNIT_VERSION}.phar" -o phpunit.phar
|
||||
php phpunit.phar --version
|
||||
php phpunit.phar -c phpunit.xml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue