Skip to content

Commit

Permalink
Merge pull request #206 from oalders/update-ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
oalders authored Oct 19, 2023
2 parents 4d85948 + 50bb6c6 commit ebec49d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ name: dzil build and test
on:
push:
branches:
- '*'
- 'main'
pull_request:
branches:
- '*'
# schedule:
# - cron: "15 4 * * 0" # Every Sunday morning
workflow_dispatch:

jobs:
build-job:
name: Build distribution
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- name: Run Tests
Expand All @@ -35,7 +33,7 @@ jobs:
needs: build-job
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -68,6 +66,7 @@ jobs:
- '5.32'
- '5.34'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
steps:
- name: Set Up Perl
Expand Down Expand Up @@ -109,6 +108,7 @@ jobs:
- '5.32'
- '5.34'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
steps:
- name: Set Up Perl
Expand Down

0 comments on commit ebec49d

Please sign in to comment.