diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c090481..013d6a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - perl: [ "5.14", "5.20", "5.26", "5.30" ] + perl: [ "5.14", "5.20", "5.26", "5.30", "5.34" ] name: linux ${{ matrix.perl }}