diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dad0021..f6a29ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,9 @@ jobs: - laravel: 10.* php: 8.0 - laravel: 11.* - php: [8.0, 8.1] + php: 8.0 + - laravel: 11.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 18ff5f2..99d5006 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpunit/phpunit": "^9.5|^10.5", "friendsofphp/php-cs-fixer": "^3.13", "nunomaduro/larastan": "^2.3", - "orchestra/testbench": "9.*" + "orchestra/testbench": "^7.0|^8.0|^9.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index bd2bee2..2247a4a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,10 +1,5 @@ - - - - - tests