-
-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Old attempt: https://github.com/lunr-php/lunr.vortex/actions/runs/17288949234/job/49071607677
- New attempt: https://github.com/lunr-php/lunr.vortex/actions/runs/17288949234/job/50587803638
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 workingSomething isn't working