From ed7ab9ee3408ac8fdc719735847f8c5e2d4ce2b0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 20 Sep 2025 03:42:20 +0200 Subject: [PATCH] GH Actions/test: ensure all jobs have a useful name --- .github/workflows/test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9a30f4..0c3aae8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,6 +95,13 @@ jobs: needs: test runs-on: ubuntu-latest + strategy: + matrix: + php: + - '7.4' + + name: "Coverage on PHP ${{ matrix.php }}" + steps: - name: Checkout code uses: actions/checkout@v5 @@ -102,7 +109,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: ${{ matrix.php }} ini-values: zend.assertions=1, error_reporting=-1, display_errors=On coverage: xdebug