From 2c8d2e261c72099736c94d8dd0ddc8159be4a493 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 16:55:07 -0700 Subject: [PATCH] bump-2024 --- .gitattributes | 1 + .github/workflows/linux.yml | 12 ++++++++++-- .gitignore | 2 ++ dist.ini | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 86ac29d..12f41d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.pm linguist-language=Perl *.t linguist-language=Perl *.h linguist-language=C +alienfile linguist-language=Perl diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 890c9aa..12145fa 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.gitignore b/.gitignore index a0c8f8e..0374f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /Alien-Editline-* /.build +*.old +*.orig diff --git a/dist.ini b/dist.ini index e72d509..1eb9e07 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = Alien-Editline author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2014-2022 +copyright_year = 2014-2024 version = 0.10 [AlienBase::Doc] @@ -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