Skip to content

Commit f968e6e

Browse files
committed
improve pipeline names
1 parent 4ff61e6 commit f968e6e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: [push]
44

55
jobs:
66
php-cs-fixer:
7+
name: PHP CS Fixer
8+
79
runs-on: ubuntu-latest
810

911
steps:
@@ -13,7 +15,7 @@ jobs:
1315
- name: Setup PHP
1416
uses: shivammathur/setup-php@v2
1517
with:
16-
php-version: 8
18+
php-version: 8.0
1719
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
1820
coverage: none
1921

.github/workflows/phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
phpstan:
11+
name: PHPStan
12+
1113
runs-on: ubuntu-latest
1214

1315
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7+
name: PHP 8.0 - MySQL 8.0
78
runs-on: ubuntu-latest
89

910
services:

0 commit comments

Comments
 (0)