Commit 5ff11c58 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 1bc34dcc
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# [4.7.0](https://gitlab.com/to-be-continuous/php/compare/4.6.0...4.7.0) (2024-04-22)


### Features

* alpine compatibility ([9ffae7d](https://gitlab.com/to-be-continuous/php/commit/9ffae7dabe84e4329d16bade4eb21281240e805b))
* redhat, fedora & suse support ([1378659](https://gitlab.com/to-be-continuous/php/commit/1378659b8828be2d22d489c8af1c95e22de3006a))

# [4.6.0](https://gitlab.com/to-be-continuous/php/compare/4.5.0...4.6.0) (2024-1-27)


+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: gitlab.com/to-be-continuous/php/gitlab-ci-php@4.6.0
  - component: gitlab.com/to-be-continuous/php/gitlab-ci-php@4.7.0
    # 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.6.0'
    ref: '4.7.0'
    file: '/templates/gitlab-ci-php.yml'

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