diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bdcdba..d3d86a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,16 +14,20 @@ jobs: matrix: os: [ubuntu-latest] php: [8.5, 8.4, 8.3, 8.2, 8.1] - laravel: [12.*, 11.*, 10.*] + laravel: [13.*, 12.*, 11.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 13.* + testbench: 11.* - laravel: 12.* testbench: 10.* - laravel: 11.* testbench: ^9.9 - - laravel: 10.* - testbench: ^8.02 exclude: + - laravel: 13.* + php: 8.2 + - laravel: 13.* + php: 8.1 - laravel: 12.* php: 8.1 - laravel: 11.* diff --git a/composer.json b/composer.json index 3e52916..0fa4853 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "require": { "php": "^8.1", "esign/laravel-underscore-translatable": "^1.4", - "illuminate/http": "^10.0|^11.0|^12.0", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/http": "^11.0|^12.0|^13.0", + "illuminate/support": "^11.0|^12.0|^13.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.5", - "orchestra/testbench": "^8.02|^9.0|^10.0", + "orchestra/testbench": "^9.0|^10.0|^11.0", "phpunit/phpunit": "^10.1|^11.0" }, "autoload": {