-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore(deps): update shivammathur/setup-php action to v2.32.0 #206
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/shivammathur-setup-php-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.30.1
chore(deps): update shivammathur/setup-php action to v2.30.2
Mar 31, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
March 31, 2024 01:07
62ae11c
to
c6dc759
Compare
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.30.2
chore(deps): update shivammathur/setup-php action to v2.30.3
Apr 21, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
April 21, 2024 19:38
c6dc759
to
1db03d8
Compare
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.30.3
chore(deps): update shivammathur/setup-php action to v2.30.4
Apr 24, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
April 24, 2024 01:25
1db03d8
to
d225d81
Compare
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.30.4
chore(deps): update shivammathur/setup-php action to v2.30.5
Jun 3, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
June 3, 2024 20:46
d225d81
to
4cd61bf
Compare
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
June 24, 2024 03:10
4cd61bf
to
665a274
Compare
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.30.5
chore(deps): update shivammathur/setup-php action to v2.31.0
Jun 24, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
July 9, 2024 19:43
665a274
to
f0ab172
Compare
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.31.0
chore(deps): update shivammathur/setup-php action to v2.31.1
Jul 9, 2024
Quality Gate passedIssues Measures |
renovate
bot
changed the title
chore(deps): update shivammathur/setup-php action to v2.31.1
chore(deps): update shivammathur/setup-php action to v2.32.0
Dec 30, 2024
renovate
bot
force-pushed
the
renovate/shivammathur-setup-php-2.x
branch
from
December 30, 2024 17:17
f0ab172
to
3cb8f2c
Compare
Quality Gate passedIssues Measures |
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.0
->2.32.0
Release Notes
shivammathur/setup-php (shivammathur/setup-php)
v2.32.0
Compare Source
Changelog
pre-installed
inphp-version
input. (#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-versions
file format inphp-version-file
input. (#883)If you have an asdf .tool-versions file in your project.
For example, you can specify
.tool-versions
now in thephp-version-file
input and the action would setup the correct PHP version.COMPOSER_PROJECT_DIR
env value. (#894)Added support for
macos-15
GitHub hosted environment.Added support for
windows-2025
GitHub 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-12
GitHub 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.1
Compare 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.0
Compare Source
Changelog
Added support for a fallback mirror for
ondrej/php
PPA when launchpad is down (#834).Fixed installing packages on self-hosted environments with existing conf files (#852).
Fixed support for
oci8
andpdo_oci
extensions onubuntu-24.04
.Fixed support for
couchbase
extension onubuntu-24.04
.Fixed support for
ubuntu-24.04
afterapt-fast
was dropped from the GA images.Fixed support for
firebird
extension onmacos-14
Fixed support for
blackfire
extension onmacos-14
.Fixed support for
relay
extension.Fixed support for
phalcon
extension 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.5
Compare Source
Changelog
Added support for Ubuntu 24.04.
Added support for
easy-coding-standard
in 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
ev
extension (https://github.com/shivammathur/setup-php/issues/844).Fixed support for
ioncube
extension (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
v2.30.4
Compare Source
Changelog
Fixed support for
sqlsrv
andpro_sqlsrv
on Windows (https://github.com/shivammathur/setup-php/discussions/835).Fixed a permissions issue for brew on
macos-14
environments.Marked PHP 5.3 to PHP 5.5 as not supported on ARM64 macOS environments like
macos-14
.For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.3
Compare Source
Changelog
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.2
Compare Source
Changelog
Added support for vld extension (https://github.com/shivammathur/homebrew-extensions/issues/3827).
Added support to update brew along with the core tap on macOS to handle breaking changes in core tap formulae.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.1
Compare Source
Changelog
Improved updating Homebrew core tap on macOS using a retry logic.
Fixed support for phalcon on Windows.
Fixed support for OCI extensions for PHP 8.4 on Linux and macOS.
Fixed support for
sqlsrv
andpdo_sqlsrv
on PHP 8.0.Fixed type error on Windows in
Get-File
function.Minified the release file
dist/index.js
file generated byvercel/ncc
.Updated pre-installed PHP versions for GitHub runners in the README.
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: 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