2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/.github/workflows
Frédéric FRANCE 61a11f927d align phpstan version on ci (#33707)
* align phpstan version on ci

* Update functions.lib.php
2025-04-03 15:59:49 +02:00
..
2025-03-19 17:41:31 +01:00
2024-11-13 12:49:30 +01:00
2025-03-24 15:12:16 +01:00
2024-12-24 02:00:37 +01:00
2025-03-19 17:41:31 +01:00
2024-12-08 15:35:03 +01:00

CI Workflows

The 2 main CI workflows are:

  • ci-on-pull_request.yml
  • ci-on-push.yml

This run the actions:

  • pre-commit.yml
  • phan.yml
  • phpstan.yml When all succeed, start:
  • Windows-ci;

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow

The other worklows are:

  • stale-issues-safe to autoclose old issues.
  • phpstan_baseline to update the phpstan baseline file.
  • cache-clean-pr to clean cache when closing a PR.

Some tests workflows are:

  • pr-18
  • pr-18-autolbal
  • test