diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1b03b4f0..cea3c91f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,18 +15,26 @@ jobs: fail-fast: false matrix: perl-version: - - '5.16' - - '5.18' - - '5.20' - - '5.22' - - '5.24' - '5.26' - '5.28' - '5.30' + - '5.32' + - '5.34' + - '5.36' + - '5.38' include: - perl-version: '5.32' os: ubuntu-latest coverage: true + - perl-version: '5.34' + os: ubuntu-latest + coverage: true + - perl-version: '5.36' + os: ubuntu-latest + coverage: true + - perl-version: '5.38' + os: ubuntu-latest + coverage: true container: image: perl:${{ matrix.perl-version }} steps: