diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ad4972..55f5b3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: composer update --${{ matrix.stability }} --prefer-dist --no-progress - name: Execute tests in default environment - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit - name: Execute tests in hardened environment run: php -d allow_url_fopen=0 -d memory_limit=256M -d register_globals=0 vendor/bin/phpunit --verbose