From 5f2e932ca46dda3cd65c547584bb1b2b822abda5 Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Fri, 20 Sep 2024 20:15:44 +0900 Subject: [PATCH 1/3] add 5.40 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32728dfb..d5adaf9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: needs: mbtiny-dist strategy: matrix: - version: ["5.38", "5.36", "5.34", "5.18"] + version: ["5.40","5.38", "5.36", "5.34", "5.18"] name: cpanm-dist-perl-${{ matrix.version }} runs-on: ubuntu-latest steps: From f9868c670a8166e46193df935fa1da01685407fc Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Fri, 20 Sep 2024 20:18:35 +0900 Subject: [PATCH 2/3] use container for 5.41 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5adaf9e..0bae675a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: needs: mbtiny-dist strategy: matrix: - version: ["5.39"] + version: ["5.41"] name: cpanm-dist-perl-${{ matrix.version }} runs-on: ubuntu-latest container: From beef7b7c75cb5528c97d534ae6bc147760cd8316 Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Sat, 21 Sep 2024 09:09:03 +0900 Subject: [PATCH 3/3] require the latest version of shogo82148/actions-setup-perl --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bae675a..19882f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: name: cpanm-dist-perl-${{ matrix.version }} runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-setup-perl@v1.29.0 + - uses: shogo82148/actions-setup-perl@v1.31.3 with: perl-version: ${{ matrix.version }} - uses: actions/download-artifact@v4