shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.

Home Page:https://setup-php.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The PHP version is not updated to latest release

imahmood opened this issue · comments

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

Version

  • v2
  • v1

Runners

  • GitHub Hosted
  • Self Hosted

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

@imahmood Please check now