diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..3c8fc930247e574479a6e7d7f7332453c861dc82 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,55 @@ +################ +# DrupalCI GitLabCI template +# +# Gitlab-ci.yml to replicate DrupalCI testing for Contrib +# +# With thanks to: +# * The GitLab Acceleration Initiative participants +# * DrupalSpoons +################ + +################ +# Guidelines +# +# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification. It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained. +# +# However, you can modify this template if you have additional needs for your project. +################ + +################ +# Includes +# +# Additional configuration can be provided through includes. +# One advantage of include files is that if they are updated upstream, the changes affect all pipelines using that include. +# +# Includes can be overridden by re-declaring anything provided in an include, here in gitlab-ci.yml +# https://docs.gitlab.com/ee/ci/yaml/includes.html#override-included-configuration-values +################ + +include: + ################ + # DrupalCI includes: + # As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically. + # View these include files at https://git.drupalcode.org/project/gitlab_templates/ + ################ + - project: $_GITLAB_TEMPLATES_REPO + ref: $_GITLAB_TEMPLATES_REF + file: + - '/includes/include.drupalci.main.yml' + - '/includes/include.drupalci.variables.yml' + - '/includes/include.drupalci.workflows.yml' + +################ +# Pipeline configuration variables +# +# These are the variables provided to the Run Pipeline form that a user may want to override. +# +# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml +################ +variables: + # Broaden test coverage. + OPT_IN_TEST_NEXT_MAJOR: 1 + OPT_IN_TEST_NEXT_MINOR: 1 + _PHPUNIT_CONCURRENT: "1" + # Add additional arguments to phpunit. + _PHPUNIT_EXTRA: --verbose --suppress-deprecations diff --git a/papaparse.info.yml b/papaparse.info.yml index 8b94acc1903793d502d1979e2c757be681d04447..c4033ef5cbd33f9f76521896f54f0208737c17fb 100644 --- a/papaparse.info.yml +++ b/papaparse.info.yml @@ -1,5 +1,5 @@ name: Papaparse type: module description: "Provides Drupal library for the Papaparse javascript library." -core_version_requirement: ">=8.9 <11.0.0-stable" +core_version_requirement: ">=8.9" package: csv