Skip to content

Commit

Permalink
Comment out minimum Perl job
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent 45ae37b commit 6c6d88b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- { os: 'ubuntu-latest', perl: "5.20" }
- { os: 'ubuntu-latest', perl: "5.16" }
- { os: 'ubuntu-latest', perl: "5.14" }
- { os: 'ubuntu-latest', perl: "${{ needs.dist.outputs.min-perl-version }}" }
# Not testing this for now
#- { os: 'ubuntu-latest', perl: "${{ needs.dist.outputs.min-perl-version }}" }
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 6c6d88b

Please sign in to comment.