Files
dolibarr/.github/workflows
dependabot[bot] 16542692d5 Bump actions/upload-artifact from 4 to 6 (#37250)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-16 21:29:59 +01:00
..
CI
2025-11-26 02:23:18 +01:00
CI
2026-02-09 20:00:35 +01:00
2025-12-04 21:08:17 +01:00
2025-10-15 12:55:43 +02:00
2026-01-19 16:05:31 +01:00
2025-09-04 15:10:23 +02: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:

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

Some tests workflows are:

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