diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec11e8b..34a5411 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,9 @@ jobs: "3.9", "3.8", "3.7", + "2.7", ] + libavif-version: [ "0.11.0", "1.0.1" ] include: - python-version: "3.7" PYTHONOPTIMIZE: 1 @@ -31,10 +33,10 @@ jobs: codecov-flag: GHA_macOS runs-on: ${{ matrix.os }} - name: ${{ matrix.os }} Python ${{ matrix.python-version }} + name: ${{ matrix.os }} Python ${{ matrix.python-version }} (libavif ${{ matrix.libavif-version }}) env: - LIBAVIF_VERSION: 0.11.0 + LIBAVIF_VERSION: ${{ matrix.libavif-version }} steps: - uses: actions/checkout@v3