Skip to content

Commit

Permalink
remove old perl versions due to TLS issues with old Debian versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 8, 2024
1 parent ef54c28 commit 14d49d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.10'
- '5.12'
- '5.14'
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
- '5.28'
Expand All @@ -27,7 +20,6 @@ jobs:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v1
- run: apt-get install -y --reinstall ca-certificates
- name: Install Dependencies
run: |
curl -sL https://cpanmin.us/ | perl - -nq --with-develop --installdeps .
Expand Down

0 comments on commit 14d49d1

Please sign in to comment.