Skip to content

Commit

Permalink
bump-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 23, 2024
1 parent 5424c37 commit 2c8d2e2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pm linguist-language=Perl
*.t linguist-language=Perl
*.h linguist-language=C
alienfile linguist-language=Perl
12 changes: 10 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:
cip:
- tag: "static"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.37"
tag: "5.41"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.37"
tag: "5.41"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.40"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.40"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.38"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.38"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.36"
- env: ALIEN_INSTALL_TYPE=system
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/Alien-Editline-*
/.build
*.old
*.orig
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-2022
copyright_year = 2014-2024
version = 0.10

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

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

0 comments on commit 2c8d2e2

Please sign in to comment.