Skip to content

Releases: equisoft-actions/php-workflows

v8.0.0

22 Oct 17:08
805548b
Compare
Choose a tag to compare

Breaking changes

Le sdk kotlin n'est plus généré par défaut.

What's Changed

Full Changelog: v7...v8.0.0

v7.1.0

23 Sep 12:25
ccdb295
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update jetbrains/qodana-action action by @renovate in #81

Full Changelog: v7...v7.1.0

v7.0.0

09 Sep 01:05
696b71c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update equisoft-actions/yarn-jest action by @renovate in #80

⚠️ Breaking changes

Removed IgnusG/jest-report-action. The reporting to GitHub actions is now done with jest's github-actions reporter.

Full Changelog: v6.0.1...v7.0.0

v6.0.1

12 Aug 12:47
1fabd3d
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update jetbrains/qodana-action action by @renovate in #78
  • chore(deps): update jetbrains/qodana-action action by @renovate in #79

Full Changelog: v6...v6.0.1

v6.0.0

04 Jul 17:42
08c09bf
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update jetbrains/qodana-action action by @renovate in #75
  • chore(deps): update jetbrains/qodana-action action by @renovate in #76
  • Customization of the channel where build failures are notified (QCTECH-722) by @Chris-V in #77

Usage

The secret SLACK_NOTIFICATION_WEBHOOK_URL has been replaced with SLACK_BOT_TOKEN. This new token is already provided by our organization secrets but must be manually passed to reusable workflows.

The slack channel used to notify your team in case of a build failure can be modified with the custom property ci_slack_channel. Administrators and Team Leaders have the required permissions to do so.

To ease future changes in secrets it is recommended to inherit secrets as follows:

jobs:
  app:
    uses: equisoft-actions/php-workflows/.github/workflows/php-app.yml@v6
    secrets: inherit
    with:  # ...

v5.0.0

06 May 15:59
8e18dca
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • php-app: mocha step renamed to js-tests (#73)

What's Changed

  • chore(deps): update jetbrains/qodana-action action by @renovate in #71
  • chore(deps): update jetbrains/qodana-action action by @renovate in #72
  • chore(deps): update jetbrains/qodana-action action by @renovate in #74
  • feat(php-app): support jest as frontend test runner by @meriouma in #73

Full Changelog: v4.7.0...v5.0.0

v4.7.0

28 Mar 18:34
260588b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.3...v4.7.0

v4.6.3

27 Mar 18:58
642b6f0
Compare
Choose a tag to compare

What's Changed

  • [ABF-7727]dev(working directory): ajout d'overwrite du working-directory pour certaines actions by @alexelie120 in #69

New Contributors

Full Changelog: v4.6.2...v4.6.3

v4.6.2

15 Mar 12:43
b2c254e
Compare
Choose a tag to compare

What's Changed

  • Allow to configure runner for psalm-taint-analysis by @etremblay in #68

Full Changelog: v4...v4.6.2

v4.6.1

14 Mar 00:49
04cef4c
Compare
Choose a tag to compare

What's Changed

  • Use new ubuntu-latest-m runner for php-security by @etremblay in #67

Full Changelog: v4...v4.6.1