diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index e72c01a18..e431bcb3b 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -41,7 +41,7 @@ concurrency: jobs: php-test: - name: PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}${{ matrix.experimental && ' (experimental)' || '' }} + name: PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}${{ matrix.experimental && ' (experimental)' || '' }}${{ matrix.coverage && ' (with coverage)' || '' }} runs-on: ubuntu-latest timeout-minutes: 20 strategy: