From 1241d4ed38870ee348a1c76aa52f11b8731c2b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 21 Oct 2024 19:08:24 +0200 Subject: [PATCH] update workflow --- .github/workflows/continuous-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2ed1340..77ba094 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -55,9 +55,14 @@ jobs: extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0" composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v" + skip-php-cs-fixer: false + skip-phpcs: false skip-phpstan: false skip-rector: false skip-phpmd: false + skip-eslint: true + skip-stylelint: true + skip-prettier: true phpcs-options: "" tests: