diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c0af0c1..e6840d2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,17 +11,14 @@ jobs: strategy: fail-fast: true matrix: - php: [8.3, 8.2, 8.1] - laravel: ['10.*', '11.*'] + php: [8.4, 8.3, 8.2] + laravel: ["10.*", "11.*"] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* - laravel: 11.* testbench: 9.* - exclude: - - laravel: 11.* - php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 0830000..9a295ec 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1 || ^8.2 || ^8.3", + "php": "^8.2 || ^8.3 || ^8.4", "ext-openssl": "*", "egulias/email-validator": "^3.1 || ^4.0", "guzzlehttp/guzzle": "^7.2", @@ -57,4 +57,4 @@ } } } -} +} \ No newline at end of file