diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 10dce3b1..edaa9b60 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3, 8.2] + php: [8.5, 8.4, 8.3, 8.2] laravel: ['10.*', '11.*', '12.*'] stability: [prefer-stable] include: @@ -23,6 +23,9 @@ jobs: testbench: 8.* - laravel: 12.* testbench: 10.* + exclude: + - laravel: 10.* + php: 8.5 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 5274004c..1ae7dcdf 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "larastan/larastan": "^2.7 || ^3.3", "mockery/mockery": "^1.4", "orchestra/testbench": "^7.0|^8.0|^10.0", - "pestphp/pest": "^2.0|^3.7", - "phpunit/phpunit": "^10.0|^11.5.3", + "pestphp/pest": "^2.0|^3.7|^4.0", + "phpunit/phpunit": "^10.0|^11.5.3|^12.0", "spatie/invade": "^2.0" }, "autoload": {