From 3b41a779a23298e0c18a378c3363e7a94096ba12 Mon Sep 17 00:00:00 2001 From: quiqqer-stabilization-gitlab-repository-manager <server+quiqqer-stabilization-gitlab-repository-manager@pcsg.de> Date: Thu, 12 Dec 2024 16:39:24 +0000 Subject: [PATCH] ci: use quiqqer-package-bundle component --- .gitlab-ci.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfb2676..b5a64b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,17 @@ -stages: - - release include: - - component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/release/release@dev \ No newline at end of file + - component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@main + +# 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 \ No newline at end of file -- GitLab