mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Fix gitactions typos
This commit is contained in:
parent
6967bceb8b
commit
2d39fe46f3
1 changed files with 6 additions and 4 deletions
10
.github/workflows/dzil_tester.yml
vendored
10
.github/workflows/dzil_tester.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matric:
|
||||
matrix:
|
||||
perl-version:
|
||||
- latest
|
||||
- 5.40
|
||||
|
@ -27,9 +27,11 @@ jobs:
|
|||
- 5.20
|
||||
- 5.18
|
||||
- 5.16
|
||||
containiner:
|
||||
image: perldocker/perl-tester:${{ matric.perl-version }}
|
||||
name: Perl ${{ matric.perl-version }}
|
||||
container:
|
||||
image: perldocker/perl-tester:${{ matrix.perl-version }}
|
||||
|
||||
name: Perl ${{ matrix.perl-version }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Regular tests
|
||||
|
|
Loading…
Add table
Reference in a new issue