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

chore(release): 4.4.1 [skip ci]

parent 216ddd1b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.4.1](https://gitlab.com/to-be-continuous/php/compare/4.4.0...4.4.1) (2023-06-15)


### Bug Fixes

* **sbom:** update make sbom command ([d1d7dd6](https://gitlab.com/to-be-continuous/php/commit/d1d7dd687cdaf4ff821768caba41d8188edec4f7))

# [4.4.0](https://gitlab.com/to-be-continuous/php/compare/4.3.0...4.4.0) (2023-05-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.4.0'
    ref: '4.4.1'
    file: '/templates/gitlab-ci-php.yml'
```

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