-
-
Notifications
You must be signed in to change notification settings - Fork 22
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.31.1 #74
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
=========================================
Coverage 94.88% 94.88%
Complexity 369 369
=========================================
Files 2 2
Lines 860 860
=========================================
Hits 816 816
Misses 44 44 ☔ View full report in Codecov by Sentry. |
e712ae8
to
e4aba11
Compare
e4aba11
to
88b5b93
Compare
88b5b93
to
695c0d7
Compare
695c0d7
to
b01ef27
Compare
b01ef27
to
9cc62e2
Compare
9cc62e2
to
dd9a230
Compare
Kudos, SonarCloud Quality Gate passed! |
dd9a230
to
f15bdc2
Compare
f15bdc2
to
34d39df
Compare
34d39df
to
5425033
Compare
5425033
to
2698b06
Compare
2698b06
to
31ecad5
Compare
31ecad5
to
46450ac
Compare
Kudos, SonarCloud Quality Gate passed! |
46450ac
to
ca441da
Compare
Kudos, SonarCloud Quality Gate passed! |
ca441da
to
c42ee50
Compare
c42ee50
to
5ae5805
Compare
5ae5805
to
ae92fa6
Compare
Kudos, SonarCloud Quality Gate passed! |
ae92fa6
to
a475993
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
a475993
to
90c4e9e
Compare
90c4e9e
to
f120646
Compare
f120646
to
e9689fa
Compare
e9689fa
to
8633b7a
Compare
8633b7a
to
26faaa0
Compare
Quality Gate passedIssues Measures |
26faaa0
to
0e1de56
Compare
0e1de56
to
ae15bff
Compare
ae15bff
to
8252b35
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.16.0
->2.31.1
Release Notes
shivammathur/setup-php (shivammathur/setup-php)
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
v2.30.0
Compare Source
Changelog
Fixed syncing dependency formulae on macOS. (#823, #825, #824)
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.29.0
Compare Source
Changelog
lowest
alias installs the lowest actively supported version in the PHP project.composer.lock
andcomposer.json
files.php-version
andphp-version-file
inputs are not specified, then it can read the php version fromplatform-overrides.php
value in composer.lock orconfig.platform.php
value fromcomposer.json
. #800PHPCSStandards/PHP_CodeSniffer
repository for builds ofphpcs
andphpcbf
tools. #809Marked
v1
version of the action as completely unsupported, it will receive no updates, please upgrade tov2
, if not done already.Fixed installing extensions on Windows for PHP 8.1 by reverting the version bump for minimum stability. #807
Fixed building extensions on PHP 8.4 that used backward compatibility headers from
ext/standard
to useext/random/php_random.h
header.Improved support for
phalcon
to install the extension when specified without the version number. #796Updated codeql workflow to use
v3
versions of codeql actions. #803Updated docs workflow to use
actions/download-artifact@v4
andactions/upload-artifact@v4
. #804, #805Updated Node.js dependencies.
Merged Pull Requests
For the complete list of changes, please refer to the Full Changelog
Thanks @dr5hn, @tighten, @ZeekInteractive, @acelaya, and @fulopattila122 for the sponsorship ❤️
Follow for updates
v2.28.0
Compare Source
Changelog
php-version
now installs a stable build of PHP 8.3.latest
inphp-version
now installs PHP 8.3 as well.nightly
inphp-version
now installs PHP 8.4.intl
extension with ICU 74.1 (https://github.com/shivammathur/icu-intl/pull/7)zts
inphpts
environment variable instead ofts
to set up thread-safe PHP on Linux and Windows.Added support for cached builds for PHP 8.3, PHP 8.4, and zts builds of all versions of PHP 5.6 and newer on Ubuntu GitHub Hosted environments. This should reduce the time it takes to set up these PHP versions.
Added
swoole
to the builds cache for GitHub-hosted environments for PHP 7.2 and newer.Added PHP 8.3 and PHP 8.4 to the extension lists in the wiki. (#787).
PHP 8.0 is now marked as
End of life
and PHP 8.1 is now marked asSecurity fixes only
in README.See PHP Support in README.
Fixed support for Blackfire extension. The action now disabled
Xdebug
andpcov
extensions by default whenblackfire
is specified inextensions
input.grpc_php_plugin
when installed along withprotoc
on macOS.geos
extension on PHP 8.3.event
extension on macOS to useopenssl@3
formula.Merged Pull Requests
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.27.1
Compare Source
Changelog
Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes. (#780)
Update
actions/setup-node
fromv3
tov4
in the node workflow.Update Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.27.0
Compare Source
Changelog
box
andphp-scoper
can now be installed easily using thetools
input. (#776)Added support for macOS 14.x Sonoma and dropped support for macOS 11.x Big Sur following a three-year support cycle that Apple follows for macOS.
We now set
keepAlive
inhttps
agent tofalse
infetch.ts
. After Node 19 it is set totrue
by default. This prevented the node process from exiting until timeout after the action run was completed. (#773, #777) - RefFixed support for
couchbase
extension for PHP 7.4.Fixed a warning when
find
was run without checking if the path exists on macOS.Fixed checking for existing PHP installations on macOS on self-hosted environments.
Fixed adding tools in case
/usr/local/bin
directory was missing on self-hosted environments.Bumped Node.js dependencies.
Merged Pull Requests
New Contributors
Full Changelog
For the complete list of changes, please refer to the Full Changelog: 2.26.0...2.27.0.
Thanks @tillkruss for the sponsorship ❤️
Follow for updates
v2.26.0
Compare Source
Changelog
Microsoft SQL Server extensions. (#758, #766)
The latest supported version of
sqlsrv
andpdo_sqlsrv
for the PHP version will be installed.Also, on Windows, these extensions will be installed from
microsoft/msphpsql
GitHub releases and will fallback topecl
.PHP 8.4 Support (#762)
Added support for PHP
8.4.0-dev
from the master branch ofphp/php-src
for all supported OS.Note: PHP
8.3.0-dev
is now built from the newPHP-8.3
branch.Fixes
Blackfire Player
Resolved issues affecting the
blackfire-player
on Linux and macOS. It now installs theuuid
extension that is required for the tool.Dropped support for it on Windows as
uuid
extension is not available for the OS.Updates
Update actions/checkout
Updated the use of
actions/checkout
to v4 in the documentation and workflows.Update Node.js Version
Note: Node.js 16 reached End-of-Life on 2023-09-11 (Ref).
Updated
action.yml
to use thenode20
binary. If you usesetup-php
on a self-hosted runner, please make sure it is v2.308.0 or newer to use this release or the major version tagv2
.Node.js Dependencies
Bumped Node.js dependencies.
Merged Pull Requests
New Contributors
Full Changelog
For the complete list of changes, please refer to the Full Changelog: 2.25.5...2.26.0.
Follow for updates
v2.25.5
Compare Source
Changelog
castor
in tools input. #746Fixed support for self-hosted Debian 12 environments.
Fixed support for self-hosted environments using DEB822-STYLE .sources files.
Fixed re-enabling opcache extension on macOS. #749
Updated Node.js dependencies.
New Contributors
Full Changelog: shivammathur/setup-php@2.25.4...2.25.5
Follow for updates
v2.25.4
Compare Source
Changelog
Fixed regression in 2.25.3 in PHPUnit installation by specifying
major
ormajor.minor
version in thetools
input. #743Fixed
fs
import inutls.test.ts
.Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.25.3...2.25.4
Follow for updates
v2.25.3
Compare Source
Changelog
Added support for
zts
intl builds for all supported ICU versions. #739, shivammathur/icu-intl@d6ee42c.Added docker to the
shivammathur/node
images. #742Fixed regression in support for Zend extensions installed using PECL. #738
Fixed
PHPUnit
andphpcpd
support to set up versions compatible with the PHP version. #732Fixed support for
nektos/act
to run the action in self-hosted mode when using the tool. #742Fixed parsing versions in tools input. #734
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.25.2...2.25.3
New Contributors
Thanks @ramsey and @pxlrbt for the sponsorship ❤️
Follow for updates
v2.25.2
Compare Source
Changelog
extensions
input with version. #725memcache
extension to8.2
in 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.1
Compare Source
Changelog
2.25.0
(#722).Add-DebugSymbols
on Windows.Full Changelog: shivammathur/setup-php@2.25.0...2.25.1
Follow for updates
v2.25.0
Compare Source
Changelog
Please use
ubuntu-22.04
orubuntu-20.04
runners.Added support for
php-version-file
input to read the input PHP version from a file Docs. (#690)Example: If you have a file
.php-version
in your file structure with the PHP version as its content, you can use thephp-version-file
input.intl
extension withICU 73.1
. https://github.com/shivammathur/icu-intl/pull/5snmp
anduuid
on macOS usingshivammathur/extensions
tap. (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
phpenmod
script to enable extensions on Linux.Switched to using
Write-Error
instead ofExit
on Windows as that did not stop the workflow on errors. (#709)Improved support for
relay
extension. #719Fixed support for
zts
build ofzephir_parser
extension. #701Fixed parameters in the
xargs
call. #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.ts
by @viktorruskai in https://github.com/shivammathur/setup-php/pull/689New Contributors
Thanks! for the contribution 🎉
Follow for updates
v2.24.0
Compare Source
Support Ukraine
relay
extension on Linux and macOS for PHP 7.4 to 8.2. (#682)zephir_parser
extension. (#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
phalcon
release asset URL on Windows.Fixed
protoc
support to account for release versions inmajor.minor
format.Change the
choco
install 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.0
Compare Source
Support Ukraine
PHP 8.3
.Note: Specifying nightly as the
php-version
now will set upPHP 8.3
.setup-php
. #673Notes:
latest
or8.x
as thephp-version
now will set upPHP 8.2
.ubuntu-22.04
, all GitHub runners now havePHP 8.2
as the default version.Improved extension support on macOS for various extensions using the
shivammathur/extensions
tap.ds
https://github.com/shivammathur/homebrew-extensions/issues/2250gearman
https://github.com/shivammathur/homebrew-extensions/issues/2161lua
https://github.com/shivammathur/homebrew-extensions/issues/1898sqlsrv
andpdo_sqlsrv
https://github.com/shivammathur/homebrew-extensions/issues/2032v8js
https://github.com/shivammathur/homebrew-extensions/issues/1899Dropped support for
macos-10.15
GitHub runner. Please update your workflows to usemacos-latest
ormacos-12
runner.Fixed support for
composer-unused
. #668Fixed support for
ini-values
with 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.0
Compare Source
Support Ukraine
Existing PHP version on GitHub actions Ubuntu images is now updated if
ppa:ondrej/php
is missing regardless of theupdate
environment variable. (actions/runner-images#6331).Environment variable
COMPOSER_NO_AUDIT
is now set by default. If you would like to run the composer audit in your workflows, please add a step withcomposer audit
command. (#635, #636)Switched to
GITHUB_OUTPUT
environment file for setting up outputs. If you are usingsetup-php
on self-hosted runners, please update it to2.297.0
or greater. More Info (#654)Updated
sqlsrv
andpdo_sqlsrv
version to5.10.1
for PHP 7.0 and above on Linux.Improved support for
phalcon5
extension to set up the latest stable version.Improved
symfony-cli
support to fetch the artifact URL from the brew tap on Linux. (#641, #652, #653)Improved fetching
brew
taps on Linux to avoid brew's overhead.Fixed installing extension packages on self-hosted Linux runners. (#642)
Fixed support for
couchbase
andfirebird
extensions 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
v2.21.2
Compare Source
Support Ukraine
rector
in tools input. #627ast
extension onmacOS
usingshivammathur/extensions
tap.symfony-cli
on Linux #632PECL
. #625Follow for updates
v2.21.1
Compare Source
Support Ukraine
Fixed installing tools' old versions which are composer plugins.
Updated Node.js dependencies.
Follow for updates
v2.21.0
Compare Source
Support Ukraine
phalcon5
for all OS. https://github.com/shivammathur/homebrew-extensions/issues/1890Also fixed
phalcon3
andphalcon4
support onUbuntu 22.04
.COMPOSER_TOKEN
in favor ofGITHUB_TOKEN
. DocsThanks! [@phpstan](https://red
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