Skip to content
Snippets Groups Projects

Issue #3418294: Fix test for D10 core

1 unresolved thread

Related to #3418294

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.gitlab-ci.yml 0 → 100644
73 _TARGET_CORE: $CORE_STABLE
74 variables:
75 _TARGET_PHP: "$CORE_PHP_MIN"
76 extends:
77 - .phpunit-base
78 - .phpunit-local
79
80 phpunit-d10-max:
81 needs:
82 - job: composer
83 parallel:
84 matrix:
85 - _TARGET_PHP: "$CORE_PHP_MAX"
86 _TARGET_CORE: $CORE_STABLE
87 variables:
88 _TARGET_PHP: "$CORE_PHP_MAX"
  • Max Pogonowski added 1 commit

    added 1 commit

    • 8e6726eb - remove temporary gitlab-ci file

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading