Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    fix!: update ci configuration and package details · e6898ab0
    verfasst von Henning Leutz
    - Removed inputs for 'quiqqer-major-version' from .gitlab-ci.yml file for stabilization.
    - Allowed phpunit to run on PHP 8.1 by removing phpunit-php8.1 block from .gitlab-ci.yml.
    - Updated the homepage URL from 'http' to 'https' in composer.json.
    - Changed the support URL from 'http' to 'https' in composer.json.
    - Updated the required 'quiqqer/quiqqer' version to 'quiqqer/core' '^2' in composer.json.
    
    BREAKING CHANGE: 'quiqqer/quiqqer' version to 'quiqqer/core'
    e6898ab0
.gitlab-ci.yml 540 B
include:
  - component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@2

# Remove the entire phpunit-php8.1 block, to allow PHPUnit to run on PHP 8.1 in your pipeline
phpunit-php8.1:
  rules:
    - when: never

# Remove the entire phpunit-php8.2 block, to allow PHPUnit to run on PHP 8.2 in your pipeline
phpunit-php8.2:
  rules:
    - when: never

# Remove the entire phpunit-php8.3 block, to allow PHPUnit to run on PHP 8.3 in your pipeline
phpunit-php8.3:
  rules:
    - when: never