Support Ukraine
- Added support for nightly builds of
PHP 8.3.
Note: Specifying nightly as thephp-versionnow 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
latestor8.xas thephp-versionnow will set upPHP 8.2. - Except
ubuntu-22.04, all GitHub runners now havePHP 8.2as 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/extensionstap. -
Dropped support for
macos-10.15GitHub runner. Please update your workflows to usemacos-latestormacos-12runner. -
Fixed support for
composer-unused. #668 -
Fixed support for
ini-valueswith 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 🎉