Skip to content

Commit

Permalink
Add Perl 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 22, 2023
1 parent d59f278 commit f13c62f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '5.12'
- '5.10'
- '5.8'
- '5.6'

name: Perl ${{ matrix.perl }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '5.12'
- '5.10'
- '5.8'
- '5.6'

name: Perl ${{ matrix.perl }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
# - '5.12'
# - '5.10'
# - '5.8'
# - '5.6'

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3

- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit f13c62f

Please sign in to comment.