From a4729c1bb3420badd26045f169e29ba477332150 Mon Sep 17 00:00:00 2001 From: James Raspass Date: Sat, 26 Oct 2024 14:22:51 +0100 Subject: [PATCH] Bump CI Perls --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7135d6..8b8821a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,30 +18,30 @@ jobs: # All supported Perl versions except latest. perl: [ '5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26', - '5.28', '5.30', '5.32', '5.34' + '5.28', '5.30', '5.32', '5.34', '5.36', '5.38', ] # Variants of the latest Perl. include: - no-memcached: true os: macos-latest - perl: '5.36' + perl: '5.40' - no-memcached: true os: windows-2019 # FIXME windows-latest (aka 2022) fails. - perl: '5.36' + perl: '5.40' - name: ' (no memcached)' no-memcached: true os: ubuntu-latest - perl: '5.36' + perl: '5.40' # This is effectively our normal one, author with ithreads. - name: ' (author, ithread)' author: true ithread: true os: ubuntu-latest - perl: '5.36' + perl: '5.40' runs-on: ${{ matrix.os }}