Skip to content

Commit

Permalink
Test with older Strawberry Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jul 20, 2023
1 parent 046abc2 commit 0dce02f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
os: ['windows-latest']
build_config_pref: ['autoconf', 'cmake', '']
perl: ['5']
include:
- { os: 'ubuntu-latest', perl: "5.32", build_config_pref: '' }
name: "Strawberry Perl on ${{ matrix.os }} (build_config_pref: ${{ matrix.build_config_pref }})"

steps:
Expand All @@ -24,6 +27,7 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
with:
distribution: 'strawberry'
perl-version: ${{ matrix.perl }}
- run: perl -V
- name: Install author deps
run: |
Expand Down

0 comments on commit 0dce02f

Please sign in to comment.