Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Sep 27, 2024
1 parent 6f88bf1 commit f94b424
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
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-validate-composer: false
skip-validate-yaml: false
skip-validate-md: false
skip-phplint: false
skip-check-composer: false
skip-ec-checker: false
dependency-analyser-options: "--ignore-dev-in-prod-deps"

install:
Expand Down Expand Up @@ -55,6 +58,7 @@ jobs:
skip-phpstan: false
skip-rector: false
skip-phpmd: false
phpcs-options: ""

tests:
name: "UnitTests with PHPUnit"
Expand Down

0 comments on commit f94b424

Please sign in to comment.