diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2d9f0e4..6704f73 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,27 +10,14 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] - laravel: ['8.*', '9.*', '10.*', '11.*'] + php: [8.3, 8.2] + laravel: ['10.*', '11.*'] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* - - laravel: 8.* - testbench: ^6.23 - laravel: 11.* testbench: 9.* - exclude: - - laravel: 10.* - php: 8.0 - - laravel: 8.* - php: 8.3 - - laravel: 11.* - php: 8.1 - - laravel: 11.* - php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 2a1259d..ffde712 100644 --- a/composer.json +++ b/composer.json @@ -22,14 +22,14 @@ } ], "require": { - "php": "^8.0", - "illuminate/http": "^9.0|^8.0|^10.0|^11.0", - "illuminate/support": "^9.0|^8.0|^10.0|^11.0" + "php": "^8.2", + "illuminate/http": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.3", - "orchestra/testbench": "^7.0|^6.23|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.34" + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.34" }, "autoload": { "psr-4": {