File tree Expand file tree Collapse file tree 5 files changed +21
-44
lines changed Expand file tree Collapse file tree 5 files changed +21
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : PHPStan level 6
2
2
on : push
3
3
jobs :
4
- phpstan :
4
+ phpstan-6 :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
name : PHPStan level 7
2
2
on : push
3
3
jobs :
4
- phpstan :
4
+ phpstan-7 :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
name : PHPStan level 8
2
2
on : push
3
3
jobs :
4
- phpstan :
4
+ phpstan-8 :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- name : Quality (PHPStan lvl 4 )
1
+ name : Quality (PHPStan lvl 5 )
2
2
on : push
3
3
jobs :
4
4
cs-fixer :
@@ -17,20 +17,20 @@ jobs:
17
17
phpstan :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
21
- - uses : actions/cache@v3
22
- with :
23
- path : ' **/vendor'
24
- key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
25
- restore-keys : |
26
- ${{ runner.os }}-composer-
27
- - uses : php-actions/composer@v6
28
- with :
29
- args : --prefer-dist
30
- php_version : ' 8.2'
31
-
32
- - name : PHPStan
33
- uses : php-actions/phpstan@v3
34
- with :
35
- path : src/
36
- level : 4
20
+ - uses : actions/checkout@v3
21
+ - uses : actions/cache@v3
22
+ with :
23
+ path : ' **/vendor'
24
+ key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
25
+ restore-keys : |
26
+ ${{ runner.os }}-composer-
27
+ - uses : php-actions/composer@v6
28
+ with :
29
+ args : --prefer-dist
30
+ php_version : ' 8.2'
31
+ - name : PHPStan
32
+ uses : php-actions/phpstan@v3
33
+ with :
34
+ path : src/
35
+ level : 5
36
+ php_version : ' 8.2 '
You can’t perform that action at this time.
0 commit comments