diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 16bb3688..aabc2569 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,17 +17,17 @@ jobs: redis-client: [phpredis, predis] include: - php: 8.4 + laravel: 13.* + testbench: 11.* + - php: 8.3 laravel: 12.* testbench: 10.* - - php: 8.3 + - php: 8.2 laravel: 11.* testbench: 9.* - - php: 8.2 + - php: 8.1 laravel: 10.* testbench: 8.* - - php: 8.1 - laravel: 9.* - testbench: 7.* services: redis: diff --git a/composer.json b/composer.json index b258cf8b..19ecfa1c 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,9 @@ "minimum-stability": "stable", "require": { "php": ">=8.1", - "illuminate/support": "^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", - "illuminate/collections": "^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/collections": "^9.0|^10.0|^11.0|^12.0|^13.0" }, "suggest" : { "brick/math": "For decimal cast support" @@ -40,7 +40,7 @@ "predis/predis": "^2.0", "laravel/pint": "^1.17", "pestphp/pest": "^1.0|^2.0|^3.0", - "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "config": { "allow-plugins": {