Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
field_ipaddress_pgsql
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
field_ipaddress_pgsql
Commits
6c8a71b3
Commit
6c8a71b3
authored
3 months ago
by
Andrey Vitushkin
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3485307
: Configure GitLab CI template to run tests on Drupal 10
parent
051a2128
No related branches found
Branches containing commit
Tags
1.0.4
Tags containing commit
No related merge requests found
Pipeline
#328332
passed with warnings
3 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-1
12 additions, 1 deletion
.gitlab-ci.yml
with
12 additions
and
1 deletion
.gitlab-ci.yml
+
12
−
1
View file @
6c8a71b3
...
...
@@ -24,6 +24,18 @@ include:
# Uncomment the lines below if you want to override any of the variables. The following is just an example.
################
variables
:
################
# Drupal 11 is now the default version to run.
# Previous major version is Drupal 10
# see https://www.drupal.org/drupalorg/blog/gitlab-ci-templates-will-make-drupal-11-the-default-version-to-run
# and https://www.drupal.org/project/gitlab_templates/issues/3463894
# As the tests of the 1.0.x branch should run on Drupal 10, we can set
# OPT_IN_TEST_CURRENT to 0 and OPT_IN_TEST_PREVIOUS_MAJOR to 1.
################
# Disable running tests on Drupal 11.
OPT_IN_TEST_CURRENT
:
0
# Enable running tests on Drupal 10.
OPT_IN_TEST_PREVIOUS_MAJOR
:
1
_PHPUNIT_CONCURRENT
:
1
phpunit
:
...
...
@@ -34,4 +46,3 @@ phpunit:
-
_TARGET_DB_TYPE
:
'
pgsql'
_TARGET_DB_VERSION
:
$CORE_PGSQL_MAX
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment