Skip to content

Commit

Permalink
Merge pull request #122 from xslate/github-action
Browse files Browse the repository at this point in the history
update .github/workflows/testsuite.yml
  • Loading branch information
skaji authored Aug 4, 2024
2 parents 5537dc8 + 293b2c8 commit cffa94c
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: install dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1
with:
cpanfile: cpanfile
args: "--no-test --with-configure --with-develop --with-suggests"
Expand Down Expand Up @@ -54,15 +54,14 @@ jobs:
"5.32",
"5.30",
"5.28",
"5.26",
"5.24",
"5.22",
"5.20",
"5.18",
"5.16",
"5.14",
"5.12",
"5.10",
"5.26-buster",
"5.24-buster",
"5.22-buster",
"5.20-buster",
"5.18-buster",
"5.16-buster",
"5.14-buster",
"5.12-buster",
]

# Test-DependentModules-0.27
Expand All @@ -72,11 +71,11 @@ jobs:
image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: install dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpanm@v1
with:
sudo: false
cpanfile: "cpanfile"
Expand All @@ -102,11 +101,11 @@ jobs:
perl-version: [latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: install dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1
with:
cpanfile: "cpanfile"
args: "--no-test --with-configure --with-develop --with-suggests"
Expand All @@ -131,15 +130,15 @@ jobs:
perl-version: [latest]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Set up Perl
run: |
choco install strawberryperl
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
- name: perl -V
run: perl -V
- name: install dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpanm@v1
with:
sudo: false
cpanfile: cpanfile
Expand Down

0 comments on commit cffa94c

Please sign in to comment.