File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Problem Matchers
28
28
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
29
29
30
- - name : Mimic PHP 8.0
31
- run : composer config platform.php 8.0.999
32
- if : matrix.php > 8
33
-
34
30
- name : Install Latest Dependencies
35
31
uses : nick-invision/retry@v1
36
32
with :
63
59
- name : Setup Problem Matchers
64
60
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
65
61
66
- - name : Mimic PHP 8.0
67
- run : composer config platform.php 8.0.999
68
- if : matrix.php > 8
69
-
70
62
- name : Install Lowest Dependencies
71
63
uses : nick-invision/retry@v1
72
64
with :
Original file line number Diff line number Diff line change 7
7
{
8
8
"name" : " Graham Campbell" ,
9
9
10
- "homepage" : " https://gjcampbell.co.uk/"
11
10
},
12
11
{
13
12
"name" : " Vance Lucas" ,
14
-
15
- "homepage" : " https://vancelucas.com/"
13
+
16
14
}
17
15
],
18
16
"require" : {
27
25
"require-dev" : {
28
26
"ext-filter" : " *" ,
29
27
"bamarni/composer-bin-plugin" : " ^1.4.1" ,
30
- "phpunit/phpunit" : " ^7.5.20 || ^8.5.20 || ^9.5.8 "
28
+ "phpunit/phpunit" : " ^7.5.20 || ^8.5.21 || ^9.5.10 "
31
29
},
32
30
"autoload" : {
33
31
"psr-4" : {
Original file line number Diff line number Diff line change 5
5
beStrictAboutOutputDuringTests =" true"
6
6
bootstrap =" vendor/autoload.php"
7
7
colors =" true"
8
+ convertDeprecationsToExceptions =" true"
8
9
convertErrorsToExceptions =" true"
9
10
convertNoticesToExceptions =" true"
10
11
convertWarningsToExceptions =" true"
11
12
failOnRisky =" true"
12
- failOnWarning =" true "
13
+ failOnWarning =" false "
13
14
processIsolation =" false"
14
15
stopOnError =" false"
15
16
stopOnFailure =" false"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.4" ,
4
- "phpstan/phpstan" : " 0.12.98 " ,
4
+ "phpstan/phpstan" : " 0.12.99 " ,
5
5
"phpstan/extension-installer" : " 1.1.0" ,
6
6
"phpstan/phpstan-deprecation-rules" : " 0.12.6" ,
7
7
"phpstan/phpstan-phpunit" : " 0.12.22" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.4" ,
4
- "psalm/phar" : " 4.9.3 "
4
+ "psalm/phar" : " 4.10.0 "
5
5
},
6
6
"config" : {
7
7
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments