Skip to content

Commit

Permalink
Merge pull request #20 from hakonhagland/gh_actions
Browse files Browse the repository at this point in the history
Updated GitHub actions workflows
  • Loading branch information
davorg authored Mar 31, 2024
2 parents c10f294 + 47fd1b4 commit 7040265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,13 @@ jobs:
strategy:
matrix:
perl-version:
- '5.32'
# - '5.30'
# - '5.28'
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
- '5.38'
- '5.18'
# - '5.16'
# - '5.14'
# - '5.12'
- '5.10'
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,11 @@ jobs:
strategy:
matrix:
perl-version:
- '5.32'
# - '5.30'
# - '5.28'
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
- '5.38'
- '5.18'
# - '5.16'
# - '5.14'
# - '5.12'
- '5.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ jobs:
fail-fast: true
matrix:
perl-version:
- '5.32'
# - '5.30'
# - '5.28'
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
# - '5.18'
# - '5.16'
- '5.38'
- '5.14'
steps:
- name: Setup perl
Expand All @@ -33,7 +25,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Ensure old Strawberries have a good toolchain
Expand Down

0 comments on commit 7040265

Please sign in to comment.