summaryrefslogtreecommitdiff
path: root/.github/workflows/php-code-quality.yml
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-04 22:17:15 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-04 22:17:15 +0000
commit3d8c54877f89075eda0d7e196362f21709689ad9 (patch)
tree91ed14d1c8a77b65455fdca39d4aa1cdee2d5826 /.github/workflows/php-code-quality.yml
parenta32720615ff9c40a43b1059ac0a3b75f371c58f4 (diff)
Update some names in the PHP Code Quality workflow.
Diffstat (limited to '.github/workflows/php-code-quality.yml')
-rw-r--r--.github/workflows/php-code-quality.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml
index 5e6c423a9..8a75f931d 100644
--- a/.github/workflows/php-code-quality.yml
+++ b/.github/workflows/php-code-quality.yml
@@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
- - name: Setup PHP
+ - name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
@@ -42,7 +42,7 @@ jobs:
run: vendor/bin/phpstan analyze --no-progress
phpunit:
- name: PHPUnit
+ name: "PHPUnit (PHP: ${{ matrix.php }}, experimental: ${{ matrix.experimental }})"
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
@@ -58,7 +58,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
- - name: Setup PHP ${{ matrix.php }}
+ - name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}