Skip to content

Commit 2d39fe4

Browse files
author
Duncan Ferguson
committed
Fix gitactions typos
1 parent 6967bce commit 2d39fe4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/dzil_tester.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
14-
matric:
14+
matrix:
1515
perl-version:
1616
- latest
1717
- 5.40
@@ -27,9 +27,11 @@ jobs:
2727
- 5.20
2828
- 5.18
2929
- 5.16
30-
containiner:
31-
image: perldocker/perl-tester:${{ matric.perl-version }}
32-
name: Perl ${{ matric.perl-version }}
30+
container:
31+
image: perldocker/perl-tester:${{ matrix.perl-version }}
32+
33+
name: Perl ${{ matrix.perl-version }}
34+
3335
steps:
3436
- uses: actions/checkout@v2
3537
- name: Regular tests

0 commit comments

Comments
 (0)