Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.0 install ext-imagick fail. #320

Closed
2 of 5 tasks
bolechen opened this issue Oct 30, 2020 · 1 comment
Closed
2 of 5 tasks

PHP 8.0 install ext-imagick fail. #320

bolechen opened this issue Oct 30, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bolechen
Copy link

bolechen commented Oct 30, 2020

the result is

✗ imagick Could not install imagick on PHP 8.0.0-dev

Version

  • I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • v2
  • v1

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems
ubuntu-20.04

PHP versions
8.0

To Reproduce

    # https://github.com/shivammathur/setup-php
    - name: Setup PHP, with composer and extensions
      uses: shivammathur/setup-php@master
      with:
        php-version: ${{ matrix.php-versions }}
        extensions: bcmath, gd, intl, mbstring, pdo_sqlite, zip, redis, imagick
        coverage: none
@bolechen bolechen added the bug Something isn't working label Oct 30, 2020
@shivammathur
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants