Skip to content

Commit

Permalink
Drop 5.16 from test matrix
Browse files Browse the repository at this point in the history
This is due to `apt-install update` failure
  • Loading branch information
hkoba committed Dec 5, 2023
1 parent 177ba72 commit 4465d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/perl_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
perl-version:
- '5.16'
- '5.30'
- '5.32'
- '5.34'
- '5.36'
- '5.38'
Expand All @@ -32,7 +33,7 @@ jobs:
run: perl -V
- name: Install Dependencies
run: |
apt-get update -y || true
apt-get update -y
apt-get install -y zsh
curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
perl ./cpm install -g Test::Requires B::Debug Devel::Cover Devel::Cover::Report::Coveralls
Expand Down

0 comments on commit 4465d28

Please sign in to comment.