diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index de55f3e..cffabbf 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,11 +17,20 @@ jobs: stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* + testbench: 7.* + php: 8.0 + - laravel: 9.* + testbench: 7.* + php: 8.1 + - laravel: 9.* + testbench: 7.* + php: 8.2 + - laravel: 10.* testbench: 8.* - php: 8.* + php: 8.1 - laravel: 10.* testbench: 8.* - php: [8.1,8.2] + php: 8.2 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 879639b..f8e80e5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "friendsofphp/php-cs-fixer": "^3.8", "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "pestphp/pest-plugin-parallel": "^1.2",