Skip to content

Commit

Permalink
Update build-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 9, 2024
1 parent 48e0139 commit acbb0c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ name: dzil build and test
on:
push:
branches:
- "*"
- "master"
pull_request:
branches:
- "*"
schedule:
- cron: "15 4 * * 0" # Every Sunday morning
workflow_dispatch:

jobs:
Expand All @@ -19,7 +17,7 @@ jobs:
strategy:
max-parallel: 1
container:
image: perldocker/perl-tester:5.32
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- name: Allow for file ownership conflicts with Docker and GitHub Actions
Expand Down Expand Up @@ -55,6 +53,7 @@ jobs:
- "5.32"
- "5.34"
- "5.36"
- "5.38"
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
env:
Expand Down Expand Up @@ -101,6 +100,7 @@ jobs:
- "5.32"
- "5.34"
- "5.36"
- "5.38"
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
needs: build
steps:
Expand Down

0 comments on commit acbb0c8

Please sign in to comment.