Update shivammathur/setup-php action to v2.14.0 #173
Merged
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.13.0
->2.14.0
Release Notes
shivammathur/setup-php
v2.14.0
Compare Source
This project depends on community sponsorships. Maintaining it takes time and money. So, I appeal to you to sponsor my work and keep this project free and open-source. More so If you have a commercial product that uses setup-php. Your sponsorship will help me give the required resources for maintaining setup-php, adding requested features, and keeping it secure.
PHP 8.2
. #490, Docs8.2
in thephp-version
input will set up a nightly build ofPHP 8.2.0-dev
from themaster
branch ofphp/php-src
.nightly
alias for setting up a build from themaster
branch. #491, DocsPHP 8.2.0-dev
from themaster
branch ofphp/php-src
.none
in extensions input will now disable all shared extensions.❤️ Thanks! @sebastianbergmann and @localheinz for sponsoring this feature.
Fix disabling extensions to identify dependent extensions using the Reflection data and disable them as well. For example, disabling
PDO
will also disablepdo_mysql
.Fix warnings in
Windows
when the required directory is already present.Fix to identify
opcache
ifZend OPcache
is specified in extensions input.Fix Windows script to install PHP 8.2 and future nightly builds correctly.
Fix to parse PHP 8.1 semver version.
Use
shivammathur/extensions
tap to install vips extension on macOS.Internal
Add test cases for
ini-values
containing special characters toconfig.test.ts
to avoid regression.Add
bugs
,directories
,files
andtypes
properties inpackage.json
.Add an SVG with past and present individual sponsors to the
README
.Use commit hash from the path in URL instead of the query string for nightly builds on macOS.
Fix build error in
install.ts
after TypeScript upgrade.Minor refactor in
install.test.ts
.Refactor
config
andcoverage
test files to usejest.each
.Update
tsconfig
to generate type declarations.Update documentation in the
README
.Update versions in
SECURITY.md
.Update Node.js dependencies.
Follow for updates
Configuration
📅 Schedule: "before 11pm on Monday" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.