shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.91k stars 339 forks source link

The PHP version is not updated to latest release #817

Closed imahmood closed 7 months ago

imahmood commented 7 months ago

Describe the bug The PHP version is not updated to 8.2.15 using update: true

Version

Runners

Operating systems

runs-on: ubuntu-latest

PHP versions 8.2

To Reproduce

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    coverage: xdebug
  env:
    update: true

Expected behavior

==> Setup PHP
✓ PHP Installed PHP 8.2.15

Screenshots/Logs

==> Setup PHP
✓ PHP Installed PHP 8.2.14
shivammathur commented 7 months ago

@imahmood Please check now

imahmood commented 7 months ago

Thanks.