Skip to content

Commit 9d54bb5

Browse files
committed
ci: mention the php version being used for workflows that don't use a matrix
1 parent d2f7fe3 commit 9d54bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
phplint:
11-
name: PHPCS
11+
name: PHPCS on PHP 8.0
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Setup PHP version
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run phpunit
7373
run: phpunit
7474
phpstan:
75-
name: PHPStan
75+
name: PHPStan on PHP 8.0
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Setup PHP version

0 commit comments

Comments
 (0)