Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Mar 4, 2024
1 parent ee90253 commit 48d064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yaml
Expand Up @@ -6,7 +6,7 @@ name: "PHPUnit"

jobs:
phpunit:
name: PHP ${{ matrix.php }}-${{ matrix.os }}
name: PHPUnit ${{ matrix.phpunit }} PHP ${{ matrix.php }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
run: composer install

- name: Switching PHPUnit version
run: composer composer req --dev phpunit/phpunit:^${{ matrix.phpunit }}
run: composer composer req --dev phpunit/phpunit:^${{ matrix.phpunit }} -W

- name: Run tests with code coverage.
run: composer test -- -c phpunit${{ matrix.phpunit }}.xml
Expand Down

0 comments on commit 48d064d

Please sign in to comment.