diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cd18939..a7e5cbb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,11 +9,8 @@ jobs: strategy: fail-fast: true matrix: - php: [ 7.4, 8.0, 8.1 ] - laravel: [ ^8.0, ^9.0 ] - exclude: - - php: 7.4 - laravel: ^9.0 + php: [8.1, 8.2, 8.3 ] + laravel: [^9.0, ^10.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 1dcb44d..3858e7d 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/routing": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "php": "^8.1|^8.2|^8.3", + "illuminate/routing": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", - "orchestra/testbench": "^6.0|^7.0" + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {