File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : PHPStan
2
2
3
3
on :
4
- pull_request :
5
- paths :
6
- - ' **.php'
7
- - ' phpstan.neon.dist'
8
4
push :
9
- paths :
10
- - ' **.php '
11
- - ' phpstan.neon.dist '
5
+ branches : [ main ]
6
+ pull_request :
7
+ branches : [ main ]
12
8
13
9
jobs :
14
10
phpstan :
27
23
uses : ramsey/composer-install@v2
28
24
29
25
- name : Run PHPStan
30
- run : ./vendor/bin/phpstan analyse src --error-format=github
26
+ run : ./vendor/bin/phpstan analyse src --error-format=github
Original file line number Diff line number Diff line change 11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
fail-fast : true
14
+ max-parallel : 1
14
15
matrix :
15
16
os : [ ubuntu-latest, windows-latest ]
16
17
php : [ 8.2 ]
Original file line number Diff line number Diff line change 15
15
16
16
"homepage" : " https://www.codebar.ch" ,
17
17
"role" : " Developer"
18
+ },
19
+ {
20
+ "name" : " Rhys Lees" ,
21
+ "role" : " Software-Developer"
18
22
}
19
23
],
20
24
"require" : {
21
25
"php" : " ^8.2" ,
22
- "guzzlehttp/guzzle" : " ^7.2 " ,
26
+ "guzzlehttp/guzzle" : " ^7.5 " ,
23
27
"illuminate/contracts" : " ^10.0" ,
24
28
"laravel/framework" : " 10.*" ,
25
29
"orchestra/testbench" : " 8.*" ,
33
37
"laravel/pint" : " ^1.5" ,
34
38
"nunomaduro/collision" : " ^7.0" ,
35
39
"nunomaduro/larastan" : " ^2.4.0" ,
40
+ "orchestra/testbench" : " ^8.0" ,
36
41
"pestphp/pest" : " ^2.0" ,
37
42
"pestphp/pest-plugin-laravel" : " ^2.0" ,
38
43
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments