Skip to content

Bug: PHPUnit versions changed without configuration change #1000

@SMillerDev

Description

@SMillerDev

Describe the bug

Earlier this week setup-php installed PHPUnit 10.5.55 when requesting 10.5.x and today it is serving 10.5.9:

Version

  • v2
  • v1

Runners

GitHub Hosted

Operating systems

ubuntu-24.04 in GitHub CI

PHP versions

Any PHP version is affected. This job is pointing to PHP 8.1

To Reproduce

      - name: Set up PHP
        uses: shivammathur/setup-php@v2
        with:
          php-version: '8.1'
          tools: phpunit:10.5.x
          extensions: uopz
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expected behavior

Installing the latest PHPUnit release in the 10.5.x range (10.5.55 at the time of writing)

Screenshots/Logs

No response

Additional context

No response

Are you willing to submit a PR?

No

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