setup-php: Could not install memcached-3.1.5 on PHP 7.4.15
Describe the bug memcached fails installing since today.
Version 2.10.0
Runners
- GitHub Hosted
- Self Hosted
Operating systems Linux
PHP versions 7.4
To Reproduce
- name: Setup PHP
uses: shivammathur/setup-php@2.10.0
with:
php-version: 7.4
tools: cs2pr
extensions: mbstring,bcmath,intl,gd,zip,memcached-3.1.5,redis-5.3.3,rdkafka-5.0.0
env:
fail-fast: true
Expected behavior This suddenly broke today.
Screenshots/Logs
==> Setup PHP
✓ PHP Switched to PHP 7.4.15
==> Setup Tools
✓ composer Added composer 2.0.11
✓ cs2pr Added cs2pr 1.4.0
==> Setup Extensions
✓ mbstring Enabled
✓ bcmath Enabled
✓ intl Enabled
✓ gd Enabled
✓ zip Enabled
✗ memcached Could not install memcached-3.1.5 on PHP 7.4.15
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 25 (11 by maintainers)
@ruudk Fix has been deployed and
memcached-3.1.5should work now.@alexsegura See this comment https://github.com/shivammathur/test-setup-php/pull/3#issuecomment-789692159