Commit 99d6e4ef authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.11.3 [skip ci]

## [4.11.3](https://gitlab.com/to-be-continuous/php/compare/4.11.2...4.11.3) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([b468c111](https://gitlab.com/to-be-continuous/php/commit/b468c111c44297cd24dc4b8359d30b538bc82aa1))
parent b468c111
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.11.3](https://gitlab.com/to-be-continuous/php/compare/4.11.2...4.11.3) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([b468c11](https://gitlab.com/to-be-continuous/php/commit/b468c111c44297cd24dc4b8359d30b538bc82aa1))

## [4.11.2](https://gitlab.com/to-be-continuous/php/compare/4.11.1...4.11.2) (2025-12-22)


+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.11.2
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.11.3
    # 2: set/override component inputs
    inputs:
      image: "docker.io/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.11.2'
    ref: '4.11.3'
    file: '/templates/gitlab-ci-php.yml'

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