Skip to content
Snippets Groups Projects
Commit c002a630 authored by Andrey Vitushkin's avatar Andrey Vitushkin
Browse files

Issue #3466092: Add ".gitlab-ci.yml" file to configure GitLab CI

parent 65e037f6
No related branches found
No related tags found
No related merge requests found
Pipeline #244904 failed
include:
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
variables:
CORE_PHP_MIN: '8.3'
OPT_IN_TEST_MAX_PHP: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
_CSPELL_WORDS: '"selfdoc"'
composer-lint: {allow_failure: false}
eslint: {allow_failure: false}
cspell: {allow_failure: false}
phpcs: {allow_failure: false}
phpstan: {allow_failure: false}
phpstan (next minor): {allow_failure: false}
phpstan (next major): {allow_failure: false}
phpunit:
parallel:
matrix:
- _TARGET_DB_TYPE: 'mysql'
_TARGET_DB_VERSION: '8'
- _TARGET_DB_TYPE: 'pgsql'
_TARGET_DB_VERSION: '16'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment