-
-
Notifications
You must be signed in to change notification settings - Fork 90
Update shivammathur/setup-php action to v2.35.5 #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
f7673ea
to
abfb388
Compare
|
62a2b59
to
50b397f
Compare
50b397f
to
d9a91af
Compare
d9a91af
to
72716d9
Compare
72716d9
to
3240cbd
Compare
3240cbd
to
6c99572
Compare
|
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.33.0
->2.35.5
Release Notes
shivammathur/setup-php (shivammathur/setup-php)
v2.35.5
Compare Source
Changelog
For example, this should install the latest release of PHPUnit with
10.5
as the prefix.intl
extension with a particular ICU versions.github-token
input value to avoid rate limits.Improved errors when tools fail to install. (#991)
Fixed warning in get function on request failure.
Added a fallback source for composer phar archives. (#956)
Added a fallback source for PPA keys. (#996)
Fixed
opcache.jit_buffer_size
config on arm environments. (#999)Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.4
Compare Source
Changelog
Fixed updating brew core tap before installing PHP on macOS.
Updated actions in internal workflows.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.3
Compare Source
Changelog
Improved
github-token
support for GitHub Enterprise. (#981).For GitHub Enterprise users, the
github-token
input does not default to theGITHUB_TOKEN
secret. Therefore, it's recommended to set thegithub-token
input to a Personal Access Token (PAT).Fixed support for
relay
extension for PHP 7.4 on macOS.Updated internal workflows to not run on forks. (#982)
Updated Node.js dependencies.
Thanks @jrfnl for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.2
Compare Source
Changelog
auth.json
. (#980)For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.1
Compare Source
Changelog
Fixed regression in composer authentication in
2.35.0
. (#979)Fixed installing
geos
extension on PHP 8.5.For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.0
Compare Source
Changelog
Added support for
github-token
input. (#969)It uses the
GITHUB_TOKEN
secret by default and should prevent any rate limiting issues while installing your composer dependencies or while adding any tools supported by setup-php.Also, it can used to specify a personal access token (PAT) to authenticate with GitHub if you need that for your composer dependencies.
carthage-software/mago
. (#898, #975)Roave/BackwardCompatibilityCheck
. (#911, #974)shipmonk/name-collision-detector
. (#932, #973)Fixed fallback behavior on adding a specific version of extension when
fail-fast
is set to true. (#972)Fixed enabling extensions on Windows. (#978)
Fixed installing gearman extension on PHP 8.5.
Cleaned up the cubrid extension script.
Removed ondrej/pkg-gearman ppa in gearman extension setup.
Switched to ppa.setup-php.com for ondrej/php ppa fallback mirror.
Update default composer version in README. (#966)
Fixed a broken link in README. (#967)
Updated Node.js dependencies.
Thanks @jrfnl and @OskarStark for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.1
Compare Source
Changelog
Fixed tool-cache directory on self-hosted runners.
Fixed generating lock path in unix.sh on verbose branch.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.0
Compare Source
Changelog
COMPOSER_ALLOW_PLUGINS
env.Added fallback for fetching the manifest for PHP versions. (#952)
Added support to specify tools directory using
SETUP_PHP_TOOLS_DIR
env. (#943, #945)Improved detecting linux self-hosted runners if
runner
env is not specified. (#947)Improved locking mechanism while fetching files on self-hosted runners.
Dropped support for using dependency files in
shivammathur/extension
tap.Fixed errors on macOS regarding missing taps.
Fixed logic to fail on first error in extension setup from source. (#951)
Fixed error about missing
self_hosted_helper
function on macOS.Fixed the file name of the sources list to match the name used by
apt-add-repository
. (#953)Fixed installing
hiredis
on macOS during relay setup.Thanks @alcaeus, @JMoodyFWD, and @cmb69 for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
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 was generated by Mend Renovate. View the repository job log.
This change is