Skip to content

Commit

Permalink
Fix phpredis version to 5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Mar 15, 2024
1 parent 8a0467f commit 6a67a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
php-version: 8.0
tools: composer
# Specific versions of extensions available on PECL can be set up by suffixing the extension's name with the version.
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#heavy_plus_sign-php-extension-support
extensions: apcu, redis-5.3.7, memcached, mongodb
env:
fail-fast: true

Expand Down

0 comments on commit 6a67a0c

Please sign in to comment.