Commit 10b1da00d00 for php.net

commit 10b1da00d0085d0b5e720c318a35ea4f6c31b41c
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Thu Feb 19 00:57:08 2026 +0100

    [skip ci] Rename PUSH job to TEST

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5885f5231c5..0b2882b6abc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
       - name: Generate Matrix
         id: set-matrix
         run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
-  PUSH:
+  TEST:
     needs: GENERATE_MATRIX
     name: ${{ matrix.branch.name }}
     uses: ./.github/workflows/test-suite.yml