Skip to content

Commit

Permalink
Merge pull request #189 from jonasbn/perl-5.34
Browse files Browse the repository at this point in the history
Add Perl 5.34 to CI tests
  • Loading branch information
ehuelsmann committed Feb 2, 2022
2 parents 8d12a8e + ce3d088 commit 0138f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ "5.14", "5.20", "5.26", "5.30" ]
perl: [ "5.14", "5.20", "5.30", "5.34" ]
name: linux ${{ matrix.perl }}


Expand Down

0 comments on commit 0138f62

Please sign in to comment.