Skip to content

Memcached module suddenly gets installed on PHP 8 #371

Discussion options

You must be logged in to vote

@driesvints You can always reach out directly 😀
Previously installing memcached on PHP 8.0 required installing libmemcached manually before setup-php.

Now GitHub Actions ubuntu environments have PHP 8.0 from ppa:ondrej/php pre-installed along with php8.0-memcached package.
Until you fix, if you want to remove memcached, you can specify it in extensions input prefixed with colon :

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    extensions: :memcached

Test workflow: https://github.com/shivammathur/test-setup-php/actions/runs/428074802/workflow

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@driesvints
Comment options

@driesvints
Comment options

@shivammathur
Comment options

@driesvints
Comment options

Answer selected by shivammathur
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@driesvints
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants