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 }} 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