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 Dec 22, 2024
1 parent 26967d8 commit 5424c37
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 @@ -19,9 +19,13 @@ jobs:
cip:
- tag: "static"
- 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 @@ -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
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Alien-Editline
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2014-2020
copyright_year = 2014-2022
version = 0.10

[AlienBase::Doc]
Expand All @@ -11,7 +11,7 @@ type = library
type = ffi

[@Author::Plicease]
:version = 2.54
:version = 2.69
release_tests = 1
github_user = PerlAlien
irc = irc://irc.perl.org/#native
Expand Down

0 comments on commit 5424c37

Please sign in to comment.