Skip to content

Commit

Permalink
GHA: compile redis with igbinary
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurasek committed Aug 27, 2021
1 parent af4452e commit a60886a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: redis
extensions: redis, igbinary
env:
REDIS_CONFIGURE_OPTS: --enable-redis --enable-redis-igbinary

- name: Start Redis
uses: supercharge/[email protected]
Expand Down

0 comments on commit a60886a

Please sign in to comment.