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

chore(release): 4.12.0 [skip ci]

# [4.12.0](https://gitlab.com/to-be-continuous/php/compare/4.11.4...4.12.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([98f1360b](https://gitlab.com/to-be-continuous/php/commit/98f1360b8ba2eb2f2ab5412ecde98085d3eddf06))

### Features

* support CA certs provided as file ([2385b3ca](https://gitlab.com/to-be-continuous/php/commit/2385b3cab8c9ea2875786be13a8c078299e0ebf3))
parent 2385b3ca
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.12.0](https://gitlab.com/to-be-continuous/php/compare/4.11.4...4.12.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([98f1360](https://gitlab.com/to-be-continuous/php/commit/98f1360b8ba2eb2f2ab5412ecde98085d3eddf06))


### Features

* support CA certs provided as file ([2385b3c](https://gitlab.com/to-be-continuous/php/commit/2385b3cab8c9ea2875786be13a8c078299e0ebf3))

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


+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.4
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.12.0
    # 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.4'
    ref: '4.12.0'
    file: '/templates/gitlab-ci-php.yml'

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