diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f124cb8..20ca4f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,10 @@ jobs: laravel: - "9" - "10" + - "11" + exclude: + - php: "8.1" + laravel: "11" steps: - name: Checkout code diff --git a/composer.json b/composer.json index 9c97101..978ea47 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "kreait/firebase-php": "^7.0", - "illuminate/contracts": "^9.0 || ^10.0", - "illuminate/support": "^9.0 || ^10.0", + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0", "symfony/cache": "^6.1.2 || ^7.0.3" }, "require-dev": { - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.6", + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.6 || ^10.0", "laravel/pint": "^1.13" }, "autoload": {