From 0bf1b527ec268f4ec518b3a8493228f866464b53 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 29 Nov 2023 16:05:48 +0100 Subject: [PATCH] Issue #3393556 by jurgenhaas: Drupal 10 only version --- .gitlab-ci.yml | 15 ++++----------- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2013fe..9f34c76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,15 +9,8 @@ include: variables: SKIP_ESLINT: '1' +phpcs: + allow_failure: false + phpstan: - stage: validate - rules: - - if: '$SKIP_PHPSTAN == "1"' - when: never - - when: on_success - artifacts: - when: always - reports: - codequality: phpstan-report.json - script: - - vendor/bin/phpstan analyze --memory-limit=2G --no-interaction --no-progress --error-format=gitlab $_WEB_ROOT/modules/custom | tee phpstan-report.json + allow_failure: false diff --git a/composer.json b/composer.json index 46288a3..e84f663 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "homepage": "https://www.drupal.org/u/jurgenhaas" } ], - "minimum-stability": "dev", "support": { "issues": "https://www.drupal.org/project/issues/gitlab_api", "source": "https://git.drupal.org/project/gitlab_api" @@ -27,6 +26,7 @@ "nyholm/psr7": "^1.4" }, "require-dev": { - "drupal/webform": "^6.2" + "drupal/webform": "^6.2", + "roave/security-advisories": "dev-latest" } } -- GitLab