Bump shivammathur/setup-php from 2.21.2 to 2.22.0
Bumps shivammathur/setup-php from 2.21.2 to 2.22.0.
Release notes
Sourced from shivammathur/setup-php's releases.
2.22.0
Support Ukraine
- Added support for PHP builds with debugging symbols for PHP 5.6 and above. ALPHA Docs, (#634, shivammathur/homebrew-php#976)
- name: Setup PHP with debugging symbols uses: shivammathur/setup-php@v2 with: php-version: '8.1' env: debug: true
- Added support for intl extension with ICU 72.1. shivammathur/icu-intl#4
- name: Setup PHP with intl uses: shivammathur/setup-php@v2 with: php-version: '8.1' extensions: intl-72.1
Existing PHP version on GitHub actions Ubuntu images is now updated if
ppa:ondrej/phpis missing regardless of theupdateactions/runner-images#6331Environment variable
COMPOSER_NO_AUDITis now set by default. If you would like to run the composer audit in your workflows, please add a step withcomposer auditcommand. (#635, #636)- name: Composer audit run: composer audit
Switched to
GITHUB_OUTPUTenvironment file for setting up outputs. If you are usingsetup-phpon self-hosted runners, please update it to2.297.0or greater. More Info (#654)Updated
sqlsrvandpdo_sqlsrvversion to5.10.1for PHP 7.0 and above on Linux.Improved support for
phalcon5extension to set up the latest stable version.Improved
symfony-clisupport to fetch the artifact URL from the brew tap on Linux. (#641, #652, #653)Improved fetching
brewtaps on Linux to avoid brew's overhead.Fixed installing extension packages on self-hosted Linux runners. (#642)
Fixed support for
couchbaseandfirebirdextensions after GitHub release page changes.
... (truncated)
Commits
1a18b22Add note about updating PHP if ppa is missing on Ubuntue970483Update Node.js dependencies5178facUpdate PHP if ppa:ondrej/php is missing ref: actions/runner-images#6331388883dFix support for firebird and couchbasecae6d06Improve phalcon support89f4f7eRun configure_pecl only when ini_files are setd2efbcdFix debug support on Linux98e3af0Configure brew on linux on grpc_php_plugin setupe8836c6Fix logs on failure in add_pecl_extension9068f2eUpdate sqlsrv and pdo_sqlsrv to 5.10.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)