We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb673be commit fd3fe72Copy full SHA for fd3fe72
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: shivammathur/setup-php@v2
53
with:
54
php-version: ${{ matrix.php }}
55
- extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis-phpredis/[email protected].5, igbinary, msgpack, lzf, zstd, lz4, memcached, gmp
+ extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis-phpredis/[email protected].7, igbinary, msgpack, lzf, zstd, lz4, memcached, gmp
56
ini-values: error_reporting=E_ALL
57
tools: composer:v2
58
coverage: none
0 commit comments