From 2a9a046971bac9f08f30c95a788e4e36a283f1b9 Mon Sep 17 00:00:00 2001 From: kobaken Date: Sun, 7 Dec 2025 21:51:40 +0900 Subject: [PATCH 1/2] Ignore cpanfile.snapshot --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 381b2b3..02d604f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ MYMETA.* /Syntax-Keyword-Assert-* lib/Syntax/Keyword/Assert.c + +cpanfile.snapshot From c98722903ab597e239772855da4554ef7ed9d882 Mon Sep 17 00:00:00 2001 From: kobaken Date: Sun, 7 Dec 2025 21:51:55 +0900 Subject: [PATCH 2/2] Support 5.42 --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b4fcf1..ee0ee34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: matrix: perl: [ + "5.42", "5.40", "5.38", "5.36", @@ -26,10 +27,10 @@ jobs: "5.16", ] include: - - perl: 5.40 + - perl: 5.42 coverage: true integration: true - - perl: 5.38 + - perl: 5.40 integration: true name: Perl ${{ matrix.perl }}