File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@master
10
10
- name : Run PHPStan
11
- uses : docker://jakzal/phpqa:php7.3 -alpine
11
+ uses : docker://jakzal/phpqa:php8.1 -alpine
12
12
with :
13
13
args : phpstan analyze
14
14
17
17
steps :
18
18
- uses : actions/checkout@master
19
19
- name : Run PHP-CS-Fixer
20
- uses : docker://jakzal/phpqa:php7.3 -alpine
20
+ uses : docker://jakzal/phpqa:php8.1 -alpine
21
21
with :
22
- args : php-cs-fixer fix --dry-run --diff-format udiff - vvv
22
+ args : php-cs-fixer fix --dry-run -vvv
23
23
24
24
roave-bc-check :
25
25
name : Roave BC Check
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : [ '7.2 ', '7.3 ', '7.4 ', '8.0 ' ]
13
+ php : [ '7.4 ', '8.0 ', '8.1 ', '8.2 ' ]
14
14
strategy : [ 'highest' ]
15
15
include :
16
16
- php : 7.4
You can’t perform that action at this time.
0 commit comments