diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 70d98ac198..b2ac5b42d9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + codename: + - buster perl-version: - '5.16' - '5.18' @@ -19,7 +21,7 @@ jobs: - '5.30' - '5.36' container: - image: perl:${{ matrix.perl-version }} + image: perl:${{ matrix.perl-version }}-${{ matrix.codename }} steps: - uses: actions/checkout@v2 - name: perl -V