mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 23:22:11 +00:00
add phpunit tool
This commit is contained in:
@@ -39,8 +39,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
tools: composer:v5
|
tools: composer:v5, phpunit:${{ matrix.phpunit-versions }}
|
||||||
# tools: phpunit:${{ matrix.phpunit-versions }}
|
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: ${{ env.PHP_EXTENSIONS }}
|
extensions: ${{ env.PHP_EXTENSIONS }}
|
||||||
ini-values: ${{ env.PHP_INI_VALUES }}
|
ini-values: ${{ env.PHP_INI_VALUES }}
|
||||||
|
|||||||
Reference in New Issue
Block a user