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

chore(release): 4.6.0 [skip ci]

parent afc53dec
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.6.0](https://gitlab.com/to-be-continuous/php/compare/4.5.0...4.6.0) (2024-1-27)


### Features

* migrate to CI/CD component ([1ddec0d](https://gitlab.com/to-be-continuous/php/commit/1ddec0d8e7ce3f29ee58dee2efc8579da1f3a47f))

# [4.5.0](https://gitlab.com/to-be-continuous/php/compare/4.4.2...4.5.0) (2023-12-8)


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

variables: