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

chore(release): 4.2.2 [skip ci]

parent a812dcfe
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.2.2](https://gitlab.com/to-be-continuous/php/compare/4.2.1...4.2.2) (2023-03-28)


### Bug Fixes

* **sbom:** add CycloneDX report ([a812dcf](https://gitlab.com/to-be-continuous/php/commit/a812dcfecbe4cf49bb21901b462d373fb2a0c380))

## [4.2.1](https://gitlab.com/to-be-continuous/php/compare/4.2.0...4.2.1) (2023-01-27)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/php'
    ref: '4.2.1'
    ref: '4.2.2'
    file: '/templates/gitlab-ci-php.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ stages:
  image: $PHP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "php", "4.2.1" ]
      command: ["--service", "php", "4.2.2" ]
  before_script:
    - *php-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"