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

chore(release): 4.11.1 [skip ci]

parent d46bfbd3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.11.1](https://gitlab.com/to-be-continuous/php/compare/4.11.0...4.11.1) (2025-08-13)


### Bug Fixes

* support preinstalled xdebug ([bc2a03a](https://gitlab.com/to-be-continuous/php/commit/bc2a03a86827c7d44ce2f4e4a8dc338a90500ef5))

# [4.11.0](https://gitlab.com/to-be-continuous/php/compare/4.10.0...4.11.0) (2025-08-12)


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

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