diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 462dfb0..4f3c320 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: --health-retries 5 strategy: matrix: - php: ['8.2', '8.3', '8.4'] + php: ['8.2', '8.3', '8.4', '8.5'] fail-fast: false steps: - uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index 72a60ea..5415c2f 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "test": "XDEBUG_MODE=coverage phpunit --coverage-text" }, "require": { - "php" : "^7.1 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4", - "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "php" : "^7.1 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 || ^8.5", + "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "predis/predis": "^2.2", "guzzlehttp/guzzle": "^7.5.0", "ext-json": "*"