Update shivammathur/setup-php action to v2.32.0#769
Merged
Conversation
Contributor
Author
|
5537848 to
8f65f36
Compare
7e333e2 to
954ba9e
Compare
60a7b33 to
ac78bdd
Compare
d1a451f to
a015ad5
Compare
16fde62 to
8ea0826
Compare
8ea0826 to
00bb628
Compare
24b6bb5 to
cd97ebb
Compare
798c12c to
5293c6f
Compare
9ebca6b to
64002ef
Compare
64002ef to
2f2b802
Compare
Member
|
Blocked by vimeo/psalm#11035 |
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.30.4 | 2.32.0 |
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.30.4->2.32.0Release Notes
shivammathur/setup-php (shivammathur/setup-php)
v2.32.0Compare Source
Changelog
pre-installedinphp-versioninput. (#872)It will setup the pre-installed PHP version on the runner as per the docs here
https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners. If the runner does not have a pre-installed PHP version, it will fail.
Please note: It is not recommended to use this unless you are doing something trivial, the pre-installed PHP versions on GitHub hosted runners are old patch versions.
.tool-versionsfile format inphp-version-fileinput. (#883)If you have an asdf .tool-versions file in your project.
For example, you can specify
.tool-versionsnow in thephp-version-fileinput and the action would setup the correct PHP version.COMPOSER_PROJECT_DIRenv value. (#894)Added support for
macos-15GitHub hosted environment.Added support for
windows-2025GitHub hosted environment.Added support for composer-dependency-analyser tool (#859, #897)
Added information on how an extension is loaded in the wiki extension lists. (#887)
https://github.com/shivammathur/setup-php/wiki
Fixed support for debug builds. (#880)
macos-12GitHub hosted environments.Thanks @janedbal, @alexmerlin and @tillkruss for the contributions 🎉
Thanks @desrosj, @bloodynumen and @eliashaeussler for the sponsorship ❤️
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.31.1Compare Source
Changelog
Fix installing PECL extensions on Windows with a build version #855
Fix cache support for ioncube extension #856
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.31.0Compare Source
Changelog
Added support for a fallback mirror for
ondrej/phpPPA when launchpad is down (#834).Fixed installing packages on self-hosted environments with existing conf files (#852).
Fixed support for
oci8andpdo_ociextensions onubuntu-24.04.Fixed support for
couchbaseextension onubuntu-24.04.Fixed support for
ubuntu-24.04afterapt-fastwas dropped from the GA images.Fixed support for
firebirdextension onmacos-14Fixed support for
blackfireextension onmacos-14.Fixed support for
relayextension.Fixed support for
phalconextension for PHP 7.4 on Ubuntu.Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.5Compare Source
Changelog
Added support for Ubuntu 24.04.
Added support for
easy-coding-standardin tools (https://github.com/shivammathur/setup-php/pull/838)Added support for zephir_parser for PHP 8.3.
Fixed installing zts PHP versions on macOS (https://github.com/shivammathur/setup-php/issues/847).
Fixed installing
evextension (https://github.com/shivammathur/setup-php/issues/844).Fixed support for
ioncubeextension (https://github.com/shivammathur/setup-php/issues/840).Updated Node.js dependencies.
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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more about the use of Renovate Bot within
ocramius/*projects.