Skip to content

Commit

Permalink
automatic migration: bump-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 30, 2022
1 parent b9eb32d commit 2cc0581
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: egor-tensin/setup-cygwin@v3
with:
platform: x64
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git libffi-devel libarchive-devel

- name: perl -V
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fail-fast: false
matrix:
cip_tag:
- "5.35"
- "5.37"
- "5.36"
- "5.34"
- "5.32"
- "5.30"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Set up Perl
run: |
brew install perl
brew install perl libffi libarchive
curl https://cpanmin.us | perl - App::cpanminus -n
echo "/Users/runner/perl5/bin" >> $GITHUB_PATH
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/msys2-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-perl
mingw-w64-x86_64-libffi
mingw-w64-x86_64-libarchive
- name: perl -V
run: |
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ author = Adam Kennedy <[email protected]>
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Per Einar Ellefsen <[email protected]>
copyright_year = 2002
copyright_year = 2002-2022
version = 1.27

[@Author::Plicease]
:version = 2.44
:version = 2.69
release_tests = 1
installer = MakeMaker
release_tests_skip = changes\.t
Expand Down

0 comments on commit 2cc0581

Please sign in to comment.