Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 27, 2025
    • Henning Leutz's avatar
      fix: remove phpstan from gitlab CI pipeline · 2b857d4f
      verfasst von Henning Leutz
      The `.gitlab-ci.yml` file was updated to remove the `phpstan` job. This change means we will no
      longer run static analysis automatically on our CI pipeline. Further discussions may be needed on
      whether to replace this with another tool or integrate it differently.
      2b857d4f
  2. Feb 23, 2025
    • Henning Leutz's avatar
      chore(phpstan): update gitlab-ci configuration · 782f0cd0
      verfasst von Henning Leutz
      Debug test
      782f0cd0
    • Henning Leutz's avatar
      chore: phpstan modify · 0c2d3abe
      verfasst von Henning Leutz
      In this commit, modifications have been made to the .gitlab-ci.yml file to allow running PHPUnit on
      PHP 8.3 in our pipeline. A new job `modify-job` was added which runs phpstan script with following
      instructions:
      
      - Keeping other autoloaders with `QUIQQER_OTHER_AUTOLOADERS=KEEP`
      - Disabling progress display with `--no-progress`
      - Removing memory limit with `--memory-limit=-1`
      - Enabling debug mode with `--debug`
      0c2d3abe
  3. Aug 02, 2024
  4. Sep 21, 2023