View | Details | Raw Unified | Return to bug 6473
Collapse All | Expand All

(-)a/.gitlab-ci.yml (-2 / +1 lines)
Lines 13-19 test: Link Here
13
  stage: test
13
  stage: test
14
  parallel:
14
  parallel:
15
    matrix:
15
    matrix:
16
      - PERL_VERSION: ["5.36", "5.38", "5.40"]
16
      - PERL_VERSION: ["5.36", "5.38", "5.40", "5.42"]
17
  image: perl:${PERL_VERSION}
17
  image: perl:${PERL_VERSION}
18
  before_script:
18
  before_script:
19
    - cpanm --installdeps --notest .
19
    - cpanm --installdeps --notest .
20
- 

Return to bug 6473