Skip to content

Commit

Permalink
Bump depedency on Perl to 5.14
Browse files Browse the repository at this point in the history
A lot of dependencies seem to require it.
  • Loading branch information
bbrtj committed Jun 18, 2024
1 parent d99e9fe commit 6bfefab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ jobs:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
perl: [ '5.12', '5.30', '5.40' ]
perl: [ '5.14', '5.30', '5.40' ]
exclude:
- runner: windows-latest
perl: '5.36'
- runner: windows-latest
perl: '5.12'
- runner: macos-latest
perl: '5.36'
- runner: macos-latest
perl: '5.12'
perl: '5.40'

runs-on: ${{matrix.runner}}
name: OS ${{matrix.runner}} Perl ${{matrix.perl}}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ copyright_holder = Stefan G.

[Prereqs::FromCPANfile]
[Prereqs]
perl = 5.012
perl = 5.014

0 comments on commit 6bfefab

Please sign in to comment.