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

chore(release): 4.3.0 [skip ci]

parent bd7c84f5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.3.0](https://gitlab.com/to-be-continuous/php/compare/4.2.2...4.3.0) (2023-04-13)


### Features

* **sec:** add composer audit job ([fa3562f](https://gitlab.com/to-be-continuous/php/commit/fa3562fb94fdb693f291dc941405ff4171cdd4d0))

## [4.2.2](https://gitlab.com/to-be-continuous/php/compare/4.2.1...4.2.2) (2023-03-28)


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

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