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

Issue #3466336: Update .gitlab-ci.yml file

parent 0cb23f03
No related branches found
No related tags found
No related merge requests found
Pipeline #245985 failed
......@@ -24,7 +24,15 @@ include:
# Uncomment the lines below if you want to override any of the variables. The following is just an example.
################
variables:
OPT_IN_TEST_MAX_PHP: '1'
# SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main'
OPT_IN_TEST_MAX_PHP: 1
_PHPUNIT_CONCURRENT: 1
phpunit:
parallel:
matrix:
- _TARGET_DB_TYPE: 'mysql'
_TARGET_DB_VERSION: $CORE_MYSQL_MAX
- _TARGET_DB_TYPE: 'pgsql'
_TARGET_DB_VERSION: $CORE_PGSQL_MAX
\ No newline at end of file
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