Skip to content

Commit

Permalink
Use Perl 5.30 for CircleCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Sep 10, 2020
1 parent a418a51 commit 630216f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ commands:
- restore_cache:
keys:
# Get latest cache for the current specs
- v1-cpanminus-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}
- v2-cpanminus-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}
# Fall back to the latest for the current branch
- v1-cpanminus-{{ .Branch }}-
- v2-cpanminus-{{ .Branch }}-
# Fall back to the latest for master
- v1-cpanminus-master-
- v2-cpanminus-master-
# Don't fall back any further
- run:
name: Refresh modules from CPAN
Expand All @@ -107,7 +107,7 @@ commands:
Devel::Cover::Report::Coveralls
fi
- save_cache:
key: v1-cpanminus-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}
key: v2-cpanminus-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}
paths:
- ~/perl5
- run:
Expand Down

0 comments on commit 630216f

Please sign in to comment.