diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcf09f7..9df93a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - perl: [ '5.34', '5.32', '5.30', '5.28', '5.26' ] + perl: [ '5.36', '5.34', '5.32', '5.30', '5.28' ] container: image: perl:${{ matrix.perl }} steps: