File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
name : Check composer.json
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : shivammathur/setup-php@v2
14
14
with :
15
15
coverage : none
16
- php-version : ' 8.1 '
16
+ php-version : ' 8.2 '
17
17
- run : composer validate --strict --no-check-lock
18
18
19
19
static_analysis :
20
20
name : Static analysis
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : shivammathur/setup-php@v2
25
25
with :
26
26
coverage : none
27
- php-version : ' 8.1 '
27
+ php-version : ' 8.2 '
28
28
- name : Install dependencies
29
29
run : composer update --ansi --no-progress --prefer-dist --no-interaction
30
30
- run : vendor/bin/phpstan analyze
50
50
composer_flags : ' --prefer-lowest'
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- uses : shivammathur/setup-php@v2
55
55
with :
56
56
coverage : " none"
Original file line number Diff line number Diff line change 7
7
},
8
8
"require-dev" : {
9
9
"ext-mbstring" : " *" ,
10
- "phpstan/phpstan" : " ^1.9 " ,
11
- "phpstan/phpstan-deprecation-rules" : " ^1.1" ,
12
- "phpstan/phpstan-phpunit" : " ^1.3" ,
13
- "phpunit/phpunit" : " ^9.5 " ,
14
- "symfony/http-client" : " ^5.3 "
10
+ "phpstan/phpstan" : " ^1.10.39 " ,
11
+ "phpstan/phpstan-deprecation-rules" : " ^1.1.4 " ,
12
+ "phpstan/phpstan-phpunit" : " ^1.3.15 " ,
13
+ "phpunit/phpunit" : " ^9.6.13 " ,
14
+ "symfony/http-client" : " ^5.4.29 || ^6.3.5 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
You can’t perform that action at this time.
0 commit comments