File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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"
You can’t perform that action at this time.
0 commit comments