From 75ab79bb74e534d33c4ae79471bd3175560bec38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 9 Nov 2023 16:02:24 +0100 Subject: [PATCH] Test newer perl versions --- .github/workflows/linux.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index fe76d25b..203bc901 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -30,6 +30,7 @@ jobs: - '5.32' - '5.34' - '5.36' + - '5.38' container: image: perl:${{ matrix.perl-version }} @@ -62,7 +63,7 @@ jobs: cover: runs-on: ubuntu-latest container: - image: perl:5.32 + image: perl:5.38 steps: - uses: actions/checkout@v3 @@ -97,7 +98,7 @@ jobs: spelling: runs-on: ubuntu-latest container: - image: perl:5.32 + image: perl:5.38 steps: - uses: actions/checkout@v3