setup-php v1.9.0 Release Notes
Release Date: 2020-06-09 // almost 3 years ago-
๐
v1
minor release- โ Add support for Ubuntu 20.04 runners. Refer to the docs.
- โ Add support to specify composer version in
tools
input. Refer to the docs. - โก๏ธ Update
actions/cache
uses tov2
. - Pre-install
PCOV
withPHP 8
. - Switch from
xz
tozstd
compression for packagingPHP 8.0
. - ๐ง Decouple script for
PHP 8.0
on Linux. - ๐ Fix updating
powershell
profiles on Windows. - ๐ Improve documentation.
- ๐จ Refactor internal testing workflows.
- โช Revert to
ES2019
asNode 12.x
is the default version. - ๐ Cleanup
ESlint
config. - โก๏ธ Update Node dependencies.