Skip to content

Commit c4cfbf0

Browse files
committed
Update ci job name
1 parent 455de6e commit c4cfbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: composer check-style
2323

2424
phpunit:
25-
name: PHP-${{ matrix.php_version }}-${{ matrix.perfer }}
25+
name: phpunit
2626
runs-on: ubuntu-latest
2727
strategy:
2828
fail-fast: false
@@ -43,7 +43,7 @@ jobs:
4343
run: ./vendor/bin/phpunit
4444

4545
L6_test:
46-
name: PHP-${{ matrix.php_version }}-${{ matrix.perfer }}
46+
name: L6_test
4747
runs-on: ubuntu-latest
4848
strategy:
4949
fail-fast: false

0 commit comments

Comments
 (0)