diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bcd52b5..4e1f6330 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + ini-file: development coverage: none extensions: pdo_sqlite diff --git a/composer.json b/composer.json index 005910d3..4290fab3 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "mockery/mockery": "^1.5", "orchestra/testbench-core": "^8.0|^9.0", "phpstan/phpstan": "^1", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^10.5.32", "thecodingmachine/phpstan-safe-rule": "^1" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e7eb04f5..0c8245ad 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,20 @@