We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815f886 commit 7d24df1Copy full SHA for 7d24df1
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
on: ['push', 'pull_request']
3
jobs:
4
ci:
5
- name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
+ name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
@@ -31,7 +31,7 @@ jobs:
31
- name: Install PHP 8.1 dependencies
32
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
33
34
- - name: PHP Static Analysis
+ - name: PHP Static Analysis for PHP 8.1
35
run: ./vendor/bin/phpstan
36
37
- name: Run Tests for PHP 8.1
0 commit comments