Skip to content

Bug: phpunit Could not setup phpunit #913

@blgastesi

Description

@blgastesi

Describe the bug

The package cannot install phpunit no more.

Version

  • v2
  • v1

Runners

GitHub Hosted

Operating systems

ubuntu-latest

PHP versions

8.1

To Reproduce

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    extensions: mbstring, intl
    ini-values: post_max_size=256M, variables_order=EGPCS
    coverage: xdebug
    tools: php-cs-fixer, phpunit

Expected behavior

Being able to install phpunit

Screenshots/Logs

Image

Additional context

No response

Are you willing to submit a PR?

Yes

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions