Update shivammathur/setup-php action to v2.25.2 - #101
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.21.2->2.25.2Release Notes
shivammathur/setup-php
v2.25.2Compare Source
Changelog
extensionsinput with version. #725memcacheextension to8.2in the builds cache for GitHub Actions Ubuntu environments for PHP 8.0 and above. #725New Contributors
Full Changelog: shivammathur/setup-php@2.25.1...2.25.2
Follow for updates
v2.25.1Compare Source
Changelog
2.25.0(#722).Add-DebugSymbolson Windows.Full Changelog: shivammathur/setup-php@2.25.0...2.25.1
Follow for updates
v2.25.0Compare Source
Changelog
Please use
ubuntu-22.04orubuntu-20.04runners.Added support for
php-version-fileinput to read the input PHP version from a file Docs. (#690)Example: If you have a file
.php-versionin your file structure with the PHP version as its content, you can use thephp-version-fileinput.intlextension withICU 73.1. https://github.com/shivammathur/icu-intl/pull/5snmpanduuidon macOS usingshivammathur/extensionstap. (https://github.com/shivammathur/homebrew-extensions/issues/2426, https://github.com/shivammathur/homebrew-extensions/issues/2452)Added retry logic across Windows to decrease the network failure rate. (#700, #711)
Switched to using
phpenmodscript to enable extensions on Linux.Switched to using
Write-Errorinstead ofExiton Windows as that did not stop the workflow on errors. (#709)Improved support for
relayextension. #719Fixed support for
ztsbuild ofzephir_parserextension. #701Fixed parameters in the
xargscall. #712Fixed minor shellcheck error.
Fixed the wrapper used to install Debian packages to check for broken package failures.
Fixed the JIT config set up to match the docs.
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.24.0...2.25.0
Contributions
utils.tsby @viktorruskai in https://github.com/shivammathur/setup-php/pull/689New Contributors
Thanks! for the contribution 🎉
Follow for updates
v2.24.0Compare Source
Support Ukraine
relayextension on Linux and macOS for PHP 7.4 to 8.2. (#682)zephir_parserextension. (#681)Fixed support for self-hosted environments with outdated package lists. (#688)
Fixed logs for coverage extensions on PHP 8.3. (#685)
Fixed PECL options parsing on macOS. (#680)
Fixed support for
blackfire-player.Fixed fetching
phalconrelease asset URL on Windows.Fixed
protocsupport to account for release versions inmajor.minorformat.Change the
chocoinstall script URL to avoid redirecting.Refactored function names in scripts for tools and extensions with custom support.
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.23.0...2.24.0
Thanks! @tillkruss, @quick-order, @jobbsy-dev, and @DracoBlue for the sponsorship ❤️
Thanks! @Rotzbua for the contribution 🎉
Follow for updates
v2.23.0Compare Source
Support Ukraine
PHP 8.3.Note: Specifying nightly as the
php-versionnow will set upPHP 8.3.setup-php. #673Notes:
latestor8.xas thephp-versionnow will set upPHP 8.2.ubuntu-22.04, all GitHub runners now havePHP 8.2as the default version.Improved extension support on macOS for various extensions using the
shivammathur/extensionstap.dshttps://github.com/shivammathur/homebrew-extensions/issues/2250gearmanhttps://github.com/shivammathur/homebrew-extensions/issues/2161luahttps://github.com/shivammathur/homebrew-extensions/issues/1898sqlsrvandpdo_sqlsrvhttps://github.com/shivammathur/homebrew-extensions/issues/2032v8jshttps://github.com/shivammathur/homebrew-extensions/issues/1899Dropped support for
macos-10.15GitHub runner. Please update your workflows to usemacos-latestormacos-12runner.Fixed support for
composer-unused. #668Fixed support for
ini-valueswith the=sign in the value. #676Added fallbacks to various tools and extensions that use the GitHub API for setup to avoid rate limit errors on Windows.
Fixed a minor error on macOS while patching updated dependency formulae.
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.22.0...2.23.0
Merry Christmas and happy holidays! 🎄🎁
Thanks! @jrfnl and @flavioheleno for the contributions 🎉
Follow for updates
v2.22.0Compare Source
Support Ukraine
Existing PHP version on GitHub actions Ubuntu images is now updated if
ppa:ondrej/phpis missing regardless of theupdateenvironment variable. (actions/runner-images#6331).Environment 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)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.Fixed support for older versions of
laravel/pint. (#647)Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.21.2...2.22.0
Thanks! @alcaeus and @jderusse for the contributions 🎉
Follow for updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.