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
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
Describe the bug
Earlier this week setup-php installed PHPUnit 10.5.55 when requesting
10.5.xand today it is serving 10.5.9:Version
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
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