From ce1605e5215aeb47e7aaf3f68510defcc1af343b Mon Sep 17 00:00:00 2001 From: pmqs Date: Sun, 16 Jun 2024 17:01:43 +0100 Subject: [PATCH] add perl 5.40 to workflows --- .github/workflows/linux.yml | 3 ++- .github/workflows/macos.yml | 3 ++- .github/workflows/windows.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 06f3236..9a3be59 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,6 +16,7 @@ jobs: matrix: perl: # - 'develop' + - '5.40' - '5.38' - '5.36' - '5.34' @@ -35,7 +36,7 @@ jobs: name: Perl ${{ matrix.perl }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 77974f4..1edee7a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,6 +16,7 @@ jobs: matrix: perl: # - 'develop' + - '5.40' - '5.38' - '5.36' - '5.34' @@ -35,7 +36,7 @@ jobs: name: Perl ${{ matrix.perl }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 93c68fc..df8c31a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,6 +16,7 @@ jobs: matrix: perl: # - 'develop' + - '5.40' - '5.38' - '5.36' - '5.34' @@ -35,7 +36,7 @@ jobs: name: Perl ${{ matrix.perl }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: