diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 70978cf6..88869245 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,9 +10,11 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2, 8.3] - laravel: [9.*, 8.*, 10.*] + laravel: [9.*, 8.*, 10.*, 11.*] stability: [prefer-stable] include: + - laravel: 11.* + testbench: 9.* - laravel: 10.* testbench: 8.* - laravel: 9.* diff --git a/composer.json b/composer.json index c4110b01..dbb6e6c5 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "dragonmantank/cron-expression": "^3.3.1", "guzzlehttp/guzzle": "^6.5|^7.4.5|^7.2", - "illuminate/console": "^8.75|^9.0|^10.0", - "illuminate/contracts": "^8.75|^9.0|^10.0", - "illuminate/database": "^8.75|^9.0|^10.0", - "illuminate/notifications": "^8.75|^9.0|^10.0", - "illuminate/support": "^8.75|^9.0|^10.0", + "illuminate/console": "^8.75|^9.0|^10.0|^11.0", + "illuminate/contracts": "^8.75|^9.0|^10.0|^11.0", + "illuminate/database": "^8.75|^9.0|^10.0|^11.0", + "illuminate/notifications": "^8.75|^9.0|^10.0|^11.0", + "illuminate/support": "^8.75|^9.0|^10.0|^11.0", "nunomaduro/termwind": "^1.0|^2.0", "spatie/enum": "^3.13", "spatie/laravel-package-tools": "^1.12.1", @@ -36,7 +36,7 @@ "laravel/slack-notification-channel": "^2.4", "nunomaduro/collision": "^5.10|^6.2.1|^6.1", "larastan/larastan": "^1.0.3|^2.4", - "orchestra/testbench": "^6.23|^7.6|^8.0", + "orchestra/testbench": "^6.23|^7.6|^8.0|^9.0", "pestphp/pest": "^1.21.3", "pestphp/pest-plugin-laravel": "^1.2", "phpstan/extension-installer": "^1.1",