Commit 7f3de40e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 8827ba4b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.10.0](https://gitlab.com/to-be-continuous/php/compare/4.9.5...4.10.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([8827ba4](https://gitlab.com/to-be-continuous/php/commit/8827ba4ba86e10935a2876adbcdfef7ba60c7692))

## [4.9.5](https://gitlab.com/to-be-continuous/php/compare/4.9.4...4.9.5) (2025-07-05)


+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.5
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.10.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.9.5'
    ref: '4.10.0'
    file: '/templates/gitlab-ci-php.yml'

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