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

chore(release): 4.5.0 [skip ci]

parent 290e689b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.5.0](https://gitlab.com/to-be-continuous/php/compare/4.4.2...4.5.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([f5b164b](https://gitlab.com/to-be-continuous/php/commit/f5b164be8acfb2045fd00adc6202c614962f0096))

## [4.4.2](https://gitlab.com/to-be-continuous/php/compare/4.4.1...4.4.2) (2023-10-16)


+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.2'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-php.yml'
```

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