Releases: shivammathur/setup-php
Releases · shivammathur/setup-php
1.5.7
- Improve
action.yml
- Update pre-commit hook
- Use
shivammathur/homebrew-php
formacOS
. - Fix
ext-redis
. Fixes #96 - Update dependencies
1.5.6
- Fix php-fpm on linux in PHP
5.6
and7.0
. - Shift to rotating stable tags
- Bump to
7.4.0
stable version - Fix
phpdbg
version and install it onPHP 7.4
. - Update
Update-PhpCAInfo
command inwin32.ps1
- Switch to
Homebrew
forPHP 7.4
- Add 7.4 version to
README
andworkflow
. - Improve checks in workflow.
- Show semantic versions on PHP install and correct logs.
1.5.5
- Add example workflows for WordPress development kits from @roots,
Sage
andBedrock
. - Improve README.
- Remove caching from workflow.
- Fix call to
Update-PhpCAInfo
inwin32.ps1
1.5.4
- Fix caching in workflow.
- Ship with @zeit / ncc as a single file.
- Improve windows script. #86
- Use the curl CA list if PKI Powershell Module is not available. #86
- Install
Xdebug
usingPhpManager
on PHP 7.4 after fixes. #86 - Disable es-lint check @typescript-eslint/no-unused-vars.
- Add pre-commit hook to create release.
- Improve templates to add commands for linting and creating release.
1.5.3
- Fix check for existing extensions on windows.
- Update workflows and combine into one.
- Update
PHP7.4
version forubuntu
toPHP7.4.0 RC6
. - Improve documentation in
README
.
1.5.2
- Bump PHP 7.4 version on windows and macOS to 7.4.0 RC6
1.5.1
- Update cache dependencies section in README after fix in
actions/cache
- Fix extensions with
PDO
prefix.
1.5.0
- Update
ppa:ondrej/php
before install. - Cache
node_modules
in test workflows. - Improve documentation and templates.
- Add dependency cache section using
action/cache
. - Revert to
apt-get
for installing extensions. - Remove
windows-2016
support. - Bump
macOS-latest
version tomacOS X Catalina 10.15
. - Add
PECL
support onubuntu
as fallback. - Install extensions on
PHP7.4
usingppa:ondrej/php
.
1.4.6
- Use
ppa:ondrej/php
to installext-psr
via apt. - Divide workflows by OS, works faster.
- Add
PHP7.4
tophalcon
examples. - Improve test suite.
- Bump
xdebug
version forPHP7.4
onwindows
. - Bump to
PHP7.4RC5
ondarwin
andwindows
. - Update
ppa:ondrej/php
before install.
1.4.5
- Fix custom extension scripts to not clone in working directory.
- Use files from this action instead of copying.
- Use
tool-cache
directory to store script for the action. - Fix race condition in
linux.sh
to get correctphp.ini
- Update
node-version
to12.x
for testing. - Update action branding.
- Update PHP 7.4 versions in
README.md
- Add support for PHP 7.4 for
phalcon4