diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6af4cf2..1fd83f1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,12 +18,14 @@ jobs: matrix: cip_tag: - static - - "5.37" + - "5.41" + - "5.40" + - "5.40-buster32" + - "5.40-threads" + - "5.40-longdouble" + - "5.40-quadmath" + - "5.38" - "5.36" - - "5.36-buster32" - - "5.36-threads" - - "5.36-longdouble" - - "5.36-quadmath" - "5.34" - "5.32" - "5.30" diff --git a/.gitignore b/.gitignore index 57012d5..a637a13 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ /corpus/examples/arch/ *.swp _build +/.build +*.old +*.orig diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..578c5ee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "pls.perlcritic.perlcriticrc": "perlcriticrc", + "pls.inc": [ + "$ROOT_PATH/lib" + ] +} diff --git a/dist.ini b/dist.ini index 4a69d6d..191c9d3 100644 --- a/dist.ini +++ b/dist.ini @@ -2,11 +2,11 @@ name = FFI-C author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2020-2022 +copyright_year = 2020-2024 version = 0.15 [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = PerlFFI