Support Ukraine
- Added support for nightly builds of
PHP 8.3
.
Note: Specifying nightly as thephp-version
now will set upPHP 8.3
.
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- PHP 8.2 is now stable on
setup-php
. #673
Notes:- Specifying
latest
or8.x
as thephp-version
now will set upPHP 8.2
. - Except
ubuntu-22.04
, all GitHub runners now havePHP 8.2
as the default version.
- Specifying
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- Added support for thread-safe builds of PHP on Linux. #651
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
env:
phpts: ts
-
Improved extension support on macOS for various extensions using the
shivammathur/extensions
tap. -
Dropped support for
macos-10.15
GitHub runner. Please update your workflows to usemacos-latest
ormacos-12
runner. -
Fixed support for
composer-unused
. #668 -
Fixed support for
ini-values
with the=
sign in the value. #676 -
Added 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: 2.22.0...2.23.0
Merry Christmas and happy holidays! 🎄🎁
Thanks! @jrfnl and @flavioheleno for the contributions 🎉