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 31, 2022
1 parent b6de13b commit 814cb03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
matrix:
cip:
- env: ALIEN_INSTALL_TYPE=share
tag: "5.35"
tag: "5.37"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.35"
tag: "5.37"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.36"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.36"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.34"
- env: ALIEN_INSTALL_TYPE=system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name = Alien-cmake3
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2017
copyright_year = 2017-2022
version = 0.08

[@Author::Plicease]
:version = 2.54
:version = 2.69
release_tests = 1
github_user = PerlAlien
installer = Author::Plicease::MakeMaker
Expand Down

0 comments on commit 814cb03

Please sign in to comment.