diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af85848..234b58d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,6 @@ name: CI on: [ push ] -env: - SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit" - jobs: build-test: runs-on: ubuntu-latest diff --git a/composer.json b/composer.json index 4383623..a7b02a9 100644 --- a/composer.json +++ b/composer.json @@ -86,4 +86,4 @@ "vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v" ] } -} \ No newline at end of file +} diff --git a/phpunit.xml b/phpunit.xml index 0fa0e62..e009625 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,7 +9,7 @@ - +