All Versions
76
Latest Version
Avg Release Cycle
15 days
Latest Release
1573 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.5.5 Changes
November 27, 2019- โ Add example workflows for WordPress development kits from @roots,
Sage
andBedrock
. - ๐ Improve README.
- โ Remove caching from workflow.
- ๐ Fix call to
Update-PhpCAInfo
inwin32.ps1
- โ Add example workflows for WordPress development kits from @roots,
-
v1.5.4 Changes
November 26, 2019- ๐ 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.
-
v1.5.3 Changes
November 22, 2019- ๐ 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
.
-
v1.5.2 Changes
November 15, 2019- โฌ๏ธ Bump PHP 7.4 version on windows and macOS to 7.4.0 RC6
-
v1.5.1 Changes
November 13, 2019- โก๏ธ Update cache dependencies section in README after fix in
actions/cache
- ๐ Fix extensions with
PDO
prefix.
- โก๏ธ Update cache dependencies section in README after fix in
-
v1.5.0 Changes
November 08, 2019- โก๏ธ 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
.
- โก๏ธ Update
-
v1.4.6 Changes
November 02, 2019- ๐ 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.
- ๐ Use
-
v1.4.5 Changes
October 29, 2019- ๐ 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
-
v1.4.4 Changes
October 24, 2019- ๐ Improve PHP installation on windows.
- ๐
ext-curl
is now enabled by default on windows after installation. - Switch to
apt-fast
onubuntu
. - ๐ Fix logs on
windows-2016
. - โก๏ธ Update workflows as default shell on
windows
is now powershell. - ๐ Run windows script using
pwsh
instead ofpowershell
. This is abreaking-change
. Please switch to1.4.4
if you are running this GitHub Action on windows and using an older version.
-
v1.4.3 Changes
October 17, 2019- ๐ Improve logs.
- ๐ Shift from
Write-Host
toprintf
onwindows
for logging. - ๐ Shift from
echo
toprintf
onmacOS
andubuntu
for logging. - ๐ Fix tests to cleanup files created.
- ๐ Fix
Xdebug
andPCOV
installation onPHP7.4
on ubuntu.