diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90edac8..f4f5e31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: python: ['3.10', '3.11', '3.12'] django: ['3.2', '4.2'] - name: Run the test suite (Python $, Django $) + name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }}) steps: - uses: actions/checkout@v4