diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4289a62..a1917a2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,9 +9,9 @@ jobs: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 with: - args: --ignore-platform-reqs - - uses: php-actions/phpunit@v3 + dev: yes - uses: php-actions/phpstan@v3 with: memory_limit: 1G - args: --memory-limit 1G \ No newline at end of file + args: --memory-limit 1G + - uses: php-actions/phpunit@v3 \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 71de912..bc2f7c1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,8 @@ failOnRisky="true" failOnEmptyTestSuite="true" beStrictAboutOutputDuringTests="true" - verbose="true"> + verbose="true" + bootstrap="vendor/autoload.php">