Skip to content

Commit

Permalink
temporarily skip testing on 5.8 until Test-More/Test2-Suite#236 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 3, 2021
1 parent fb82d46 commit 7d1cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
perl: [ '5.32', '5.30', '5.26', '5.22', '5.16', '5.8' ]
perl: [ '5.32', '5.30', '5.26', '5.22', '5.16' ]
name: Perl ${{ matrix.perl }}
steps:
- name: check out code
Expand Down

0 comments on commit 7d1cc09

Please sign in to comment.