All Versions
76
Latest Version
Avg Release Cycle
15 days
Latest Release
1573 days ago

Changelog History
Page 6

  • v1.5.5 Changes

    November 27, 2019
    • โž• Add example workflows for WordPress development kits from @roots, Sage and Bedrock.
    • ๐Ÿ‘Œ Improve README.
    • โœ‚ Remove caching from workflow.
    • ๐Ÿ›  Fix call to Update-PhpCAInfo in win32.ps1
  • 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 using PhpManager 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 for ubuntu to PHP7.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.
  • 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 to macOS X Catalina 10.15.
    • โž• Add PECL support on ubuntu as fallback.
    • Install extensions on PHP7.4 using ppa:ondrej/php.
  • v1.4.6 Changes

    November 02, 2019
    • ๐Ÿ‘‰ Use ppa:ondrej/php to install ext-psr via apt.
    • Divide workflows by OS, works faster.
    • โž• Add PHP7.4 to phalcon examples.
    • ๐Ÿ‘Œ Improve test suite.
    • โฌ†๏ธ Bump xdebug version for PHP7.4 on windows.
    • โฌ†๏ธ Bump to PHP7.4RC5 on darwin and windows.
    • โšก๏ธ Update ppa:ondrej/php before install.
  • 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 correct php.ini
    • โšก๏ธ Update node-version to 12.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 on ubuntu.
    • ๐Ÿ›  Fix logs on windows-2016.
    • โšก๏ธ Update workflows as default shell on windows is now powershell.
    • ๐Ÿ Run windows script using pwsh instead of powershell. This is a breaking-change. Please switch to 1.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 to printf on windows for logging.
    • ๐ŸŽ Shift from echo to printf on macOS and ubuntu for logging.
    • ๐Ÿ›  Fix tests to cleanup files created.
    • ๐Ÿ›  Fix Xdebug and PCOV installation on PHP7.4 on ubuntu.