Skip to content

Commit

Permalink
Minimum due to Attean is Perl 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent 8196659 commit 4b1fcdc
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 @@ -52,7 +52,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 due to Attean (requires Perl 5.14)
#- { os: 'ubuntu-latest', perl: "${{ needs.dist.outputs.min-perl-version }}" }
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 4b1fcdc

Please sign in to comment.