Releases: laminas/laminas-continuous-integration-action
1.14.0
Release Notes for 1.14.0
Added
- This version adds openswoole 4.8.0 as an available extension. Enable it by passing "openswoole" in your extension list.
Changed
-
This version switches from shivammathur/setup-php to the Sury repository for providing PHP 8.1.
-
This version updates the available swoole extension to version 4.8.2.
1.14.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Enhancement
1.13.2
Release Notes for 1.13.2
1.13.x bugfix release (patch)
1.13.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.13.1
Release Notes for 1.13.1
1.13.x bugfix release (patch)
1.13.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.13.0
Release Notes for 1.13.0
Feature release (minor)
Added
- Feature the new
additional_composer_argumentsinformation which is passed sincelaminas/laminas-ci-matrix-actionv1.11.0
1.13.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.12.0
Release Notes for 1.12.0
Feature release (minor)
1.12.0
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
Enhancement
- 52: Container update thanks to @boesing
1.11.1
Release Notes for 1.11.1
Fixed
- Provides a fix that ensures when multiple extensions are provided via configuration, they are properly aggregated and prefixed before passing to the various functions that install them.
1.11.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 50: Fix multi-extension handling thanks to @boesing
1.11.0
Release Notes for 1.11.0
Added
-
This release adds (limited) support for PHP 8.1. Not all extensions are supported currently; please see #48 for the list of extensions supported on that version.
-
This release adds support for the new platform requirements object configuration introduced in laminas/laminas-ci-matrix-action#46.
Changed
- When providing the list of enabled PHP extensions, the action now also provides the extension versions.
1.11.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Enhancement
1.10.0
Release Notes for 1.10.0
Added
- You may now provide a GITHUB_TOKEN env variable (generally via the GHA
secrets.GITHUB_TOKENvalue) in the workflow. When present, it will be used to provide authentication to Composer, to avoid rate limit issues.
Changed
- The base
php.inifor each PHP version is now updated to provide development values, instead of using production values. Specifically:zend.exception_ignore_args = Offzend.exception_string_param_max_len = 15error_reporting = E_ALLdisplay_errors = Ondisplay_startup_errors = Onmysqlnd.collect_memory_statistics = Onzend.assertions = 1
1.10.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
1.9.0
Release Notes for 1.9.0
Added
- The container now compiles and makes available the Swoole extension, at version 4.6.7.
Changed
-
The markdownlint ruleset now disables MD031 (Fenced code blocks should be surrounded by blank lines) for list items, as adding blank lines will otherwise cause the list to end.
-
The container now adds a
mods-availabledirectory with configuration files available to add for purposes of enabling an extension. Other scripts can add these to the appropriate PHP versions as needed. -
The container now adds a
mods-installdirectory, with scripts for building and/or otherwise installing extensions when creating the container. All scripts in this directory are run as a single build step. Currently, it contains scripts for installing the sqlsrv extension, and compiling and installing the Swoole extension. (The logic for installing the sqlsrv extension was pulled out of theDockerfile.) -
The container now adds a
scriptsdirectory, with scripts that can be used by the entrypoint. The logic for determining which extensions to enable and how to enable them has been moved toscripts/extensions.sh. The goal of this change is to simplify the entrypoint script.
1.9.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Enhancement
- 41: Make extension installation and enablement modular thanks to @weierophinney
- 40: Add Swoole extension to container thanks to @weierophinney
Bug
1.8.0
Release Notes for 1.8.0
Feature release (minor)
1.8.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1