Skip to content

Releases: laminas/laminas-continuous-integration-action

1.14.0

01 Dec 16:16
1.14.0
645680c

Choose a tag to compare

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

11 Oct 10:58
1.13.2
38fcfb9

Choose a tag to compare

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

10 Oct 23:13
1.13.1
a875f9e

Choose a tag to compare

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

10 Oct 20:20
1.13.0
706dc83

Choose a tag to compare

Release Notes for 1.13.0

Feature release (minor)

Added

  • Feature the new additional_composer_arguments information which is passed since laminas/laminas-ci-matrix-action v1.11.0

1.13.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.12.0

18 Sep 00:08
1.12.0
c81976f

Choose a tag to compare

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

1.11.1

24 Aug 16:22
1.11.1
a2be32f

Choose a tag to compare

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

1.11.0

23 Aug 20:14
1.11.0
d34e167

Choose a tag to compare

Release Notes for 1.11.0

Added

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

02 Jun 16:48
1.10.0
8a02537

Choose a tag to compare

Release Notes for 1.10.0

Added

  • You may now provide a GITHUB_TOKEN env variable (generally via the GHA secrets.GITHUB_TOKEN value) in the workflow. When present, it will be used to provide authentication to Composer, to avoid rate limit issues.

Changed

  • The base php.ini for each PHP version is now updated to provide development values, instead of using production values. Specifically:
    • zend.exception_ignore_args = Off
    • zend.exception_string_param_max_len = 15
    • error_reporting = E_ALL
    • display_errors = On
    • display_startup_errors = On
    • mysqlnd.collect_memory_statistics = On
    • zend.assertions = 1

1.10.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

1.9.0

26 May 20:22
1.9.0
abcee9e

Choose a tag to compare

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-available directory 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-install directory, 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 the Dockerfile.)

  • The container now adds a scripts directory, 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 to scripts/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

Bug

1.8.0

14 May 13:05
1.8.0
6437fd6

Choose a tag to compare

Release Notes for 1.8.0

Feature release (minor)

1.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement