Skip to content

Commit

Permalink
Test a few more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 21, 2020
1 parent 4271b28 commit 0dabab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
matrix:
perl-version:
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.30'
container:
image: perl:${{ matrix.perl-version }}
Expand All @@ -24,6 +26,6 @@ jobs:
- name: Install Dependencies
run: |
cpanm -n --installdeps .
cpanm Sub::Util
cpanm -n Sub::Util IO::Socket::IP
- name: Run Tests
run: prove -l t t/mojo t/mojolicious

0 comments on commit 0dabab8

Please sign in to comment.