Skip to content

Commit

Permalink
Merge pull request #24 from sysread/oalders/gh-workflows
Browse files Browse the repository at this point in the history
Add new Perls to dzil-test.yml and bump actions/checkout version
  • Loading branch information
oalders committed May 19, 2023
2 parents 059d0d1 + 5e9ad1e commit d72c160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dzil-test.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
matrix:
perl-version:
- 'latest'
- '5.34'
- '5.32'
- '5.30'
- '5.28'
- '5.26'
Expand All @@ -37,7 +39,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand Down

0 comments on commit d72c160

Please sign in to comment.