Commit 587d44d5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 88feaa66
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [4.9.2](https://gitlab.com/to-be-continuous/php/compare/4.9.1...4.9.2) (2025-04-02)


### Bug Fixes

* pecl enable after install ([87a3312](https://gitlab.com/to-be-continuous/php/commit/87a3312386b5e42f869764e87048bec65480635c))
* pecl no silent fail ([1787c8a](https://gitlab.com/to-be-continuous/php/commit/1787c8a6fe2af3812ec16b8bac062a2ce6d4c5d6))

## [4.9.1](https://gitlab.com/to-be-continuous/php/compare/4.9.0...4.9.1) (2025-01-31)


+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.9.1
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.9.2
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/library/php:8-apache" # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/php'
    ref: '4.9.1'
    ref: '4.9.2'
    file: '/templates/gitlab-ci-php.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ stages:
  image: $PHP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "php", "4.9.1"]
      command: ["--service", "php", "4.9.2"]
  before_script:
    - !reference [.php-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"