This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
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:
1.22.1
->1.24.0
1.32.0
->1.35.0
^1.2.9
->^1.2.14
^9.6.5
->^9.6.13
^1.29.0
->^1.33.0
2.24.0
->2.26.0
^5.7.7
->^5.15.0
Release Notes
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.24.0
Compare Source
Release Notes for 1.24.0
Feature release (minor)
1.24.0
Enhancement
v1.23.4
Compare Source
Release Notes for 1.23.4
1.23.x bugfix release (patch)
1.23.4
Bug
roave-backward-compatibility
command thanks to @boesingv1.23.3
Compare Source
Release Notes for 1.23.3
1.23.x bugfix release (patch)
1.23.3
Bug
v1.23.2
Compare Source
Release Notes for 1.23.2
1.23.2
Bug
roave-backward-compatibility-check
thanks to @boesingv1.23.1
Compare Source
Release Notes for 1.23.1
1.23.1
Bug
GITHUB&#​95;BASE&#​95;REF
thanks to @boesingv1.23.0
Compare Source
Release Notes for 1.23.0
Feature release (minor)
Added
backwardCompatibilityCheck
flag being set totrue
and container version 1.331.23.0
Enhancement
README.md
thanks to @boesingrenovate
Bug
continuous-integration.yml
thanks to @gsteellaminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.35.0
Compare Source
Release Notes for 1.35.0
1.35.0
Enhancement
v1.34.0
Compare Source
Release Notes for 1.34.0
1.34.0
Bug,Enhancement
PHP
version (<major>.<minor>) to the scripts thanks to @boesingv1.33.0
Compare Source
Release Notes for 1.33.0
Feature release (minor)
1.33.0
Enhancement
roave/backward-compatibility-check
and@default
php version thanks to @boesingEnhancement,dependencies
phpbench/phpbench (phpbench/phpbench)
v1.2.14
Compare Source
Improvements:
1.2.{12,13,14}
)v1.2.13
Compare Source
v1.2.12
Compare Source
v1.2.11
Compare Source
v1.2.10
Compare Source
Improvements:
sebastianbergmann/phpunit (phpunit/phpunit)
v9.6.13
Compare Source
v9.6.12
Compare Source
v9.6.11
Compare Source
v9.6.10
Compare Source
v9.6.9
Compare Source
v9.6.8
Compare Source
v9.6.7
Compare Source
v9.6.6
Compare Source
Roave/infection-static-analysis-plugin (roave/infection-static-analysis-plugin)
v1.33.0
Compare Source
Release Notes for 1.33.0
Feature release (minor)
1.33.0
enhancement
renovate
v1.32.0
Compare Source
Release Notes for 1.32.0
Feature release (minor)
1.32.0
dependencies,enhancement
v1.31.0
Compare Source
Release Notes for 1.31.0
Feature release (minor)
1.31.0
renovate
dependencies,enhancement,renovate
v1.30.0
Compare Source
Release Notes for 1.30.0
Feature release (minor)
1.30.0
enhancement
shivammathur/setup-php (shivammathur/setup-php)
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
vimeo/psalm (vimeo/psalm)
v5.15.0
Compare Source
What's Changed
Features
Fixes
DOMDocument::load*
signatures by @weirdan in https://github.com/vimeo/psalm/pull/10073object
type in PHPDoc and only&
in the method's definition, used with code having an object calling it's method with itself as an argument for mentioned parameter by @kubawerlos in https://github.com/vimeo/psalm/pull/10104test
command andfixAll
action by @weirdan in https://github.com/vimeo/psalm/pull/10108$enum->name
by @weirdan in https://github.com/vimeo/psalm/pull/10109hash_pbkdf2
$options
parameter by @weirdan in https://github.com/vimeo/psalm/pull/10110nikic/php-parser
version by @weirdan in https://github.com/vimeo/psalm/pull/10112strip_tags()/$allowed_tags
can accept arrays since 7.4 by @weirdan in https://github.com/vimeo/psalm/pull/10122New Contributors
Full Changelog: vimeo/psalm@5.14.1...5.15.0
v5.14.1
Compare Source
What's Changed
Fixes
referencedFunction
by @weirdan in https://github.com/vimeo/psalm/pull/10071Full Changelog: vimeo/psalm@5.14.0...5.14.1
v5.14.0
Compare Source
What's Changed
Features
Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.13.1...5.14.0
v5.13.1
Compare Source
What's Changed
Fixes
Docs
Full Changelog: vimeo/psalm@5.13.0...5.13.1
v5.13.0
Compare Source
What's Changed
Features
Fixes
non-empty-list
assertion for iterable by @boesing in https://github.com/vimeo/psalm/pull/9953Docs
Internal changes
IssueData
constants for severity levels by @lptn in https://github.com/vimeo/psalm/pull/9846Typos
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more about the use of Renovate Bot within
ocramius/*
projects.