diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8cf52370707c..723da21adeea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis-phpredis/phpredis@5.3.7, igbinary, msgpack, lzf, zstd, lz4, memcached, gmp, :php-psr + extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis, igbinary, msgpack, lzf, zstd, lz4, memcached, gmp, :php-psr ini-values: error_reporting=E_ALL tools: composer:v2 coverage: none diff --git a/composer.json b/composer.json index 9e670abb298f..b4c39293d4f6 100644 --- a/composer.json +++ b/composer.json @@ -163,7 +163,7 @@ "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", "ext-pdo": "Required to use all database features.", "ext-posix": "Required to use all features of the queue worker.", - "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", + "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).", "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).", diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index 1686aeaa13f6..643d294b78f6 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -26,7 +26,7 @@ } }, "suggest": { - "ext-redis": "Required to use the phpredis connector (^4.0|^5.0).", + "ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).", "predis/predis": "Required to use the predis connector (^2.0.2)." }, "extra": {