summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 }}