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

chore(release): 4.2.0 [skip ci]

parent cebc44c7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.2.0](https://gitlab.com/to-be-continuous/php/compare/4.1.0...4.2.0) (2023-01-07)


### Features

* add composer outdated job (manual) ([447e54c](https://gitlab.com/to-be-continuous/php/commit/447e54c5b108515a8bd6908a1141c50a8d115227))

# [4.1.0](https://gitlab.com/to-be-continuous/php/compare/4.0.0...4.1.0) (2022-11-30)


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,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.1.0'
    ref: '4.2.0'
    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.1.0" ]
      command: ["--service", "php", "4.2.0" ]
  before_script:
    - *php-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"