Skip to content

Commit 7d24df1

Browse files
authored
Update ci.yml
1 parent 815f886 commit 7d24df1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: ['push', 'pull_request']
33
jobs:
44
ci:
5-
name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
5+
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install PHP 8.1 dependencies
3232
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
3333

34-
- name: PHP Static Analysis
34+
- name: PHP Static Analysis for PHP 8.1
3535
run: ./vendor/bin/phpstan
3636

3737
- name: Run Tests for PHP 8.1

0 commit comments

Comments
 (0)