Skip to content

Commit

Permalink
Try dialing back to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed May 5, 2024
1 parent aa2949b commit e307072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Install perl-doc
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Show Perl version
run: perl -V
- name: Install dependencies
Expand All @@ -92,7 +92,7 @@ jobs:
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Perl
run: brew install perl
- name: perl -V
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Perl
run: |
choco install strawberryperl
Expand Down

0 comments on commit e307072

Please sign in to comment.