diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05285188..2bd3d29e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,14 +12,9 @@ jobs: strategy: matrix: - php: [8.1, 8.2, 8.3, 8.4] - laravel: [10.*, 11.*] + php: [8.2, 8.3, 8.4] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] - exclude: - - php: 8.1 - laravel: 11.* - - php: 8.4 - laravel: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} diff --git a/composer.json b/composer.json index 7c6384b0..65716edd 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ } }, "require": { - "php": "^8.1", + "php": "^8.2", "statamic/cms": "^5.41" }, "require-dev": { "doctrine/dbal": "^3.8", "laravel/pint": "^1.0", - "orchestra/testbench": "^8.28 || ^9.6.1", + "orchestra/testbench": "^9.6.1", "phpunit/phpunit": "^10.5.35" }, "scripts": {