File tree 4 files changed +13
-10
lines changed
4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 37
37
- windows-latest
38
38
39
39
php :
40
- - " 7.4"
41
- - " 8.0"
40
+ - 7.4
41
+ - 8.0
42
+ - 8.1
42
43
43
44
steps :
44
45
- name : Checkout
Original file line number Diff line number Diff line change 31
31
- ubuntu-latest
32
32
33
33
php :
34
- - " 7.4 "
34
+ - 8.1
35
35
36
36
steps :
37
37
- name : Checkout
40
40
- name : Install PHP
41
41
uses : shivammathur/setup-php@v2
42
42
with :
43
- php-version : " ${{ matrix.php }}"
43
+ php-version : ${{ matrix.php }}
44
44
ini-values : memory_limit=-1
45
- coverage : " pcov"
45
+ coverage : pcov
46
46
tools : composer:v2
47
47
48
48
- name : Determine composer cache directory
Original file line number Diff line number Diff line change 33
33
- ubuntu-latest
34
34
35
35
php :
36
- - " 7.4"
37
- - " 8.0"
36
+ - 7.4
37
+ - 8.0
38
+ - 8.1
38
39
39
40
steps :
40
41
- name : Checkout
43
44
- name : Install PHP
44
45
uses : shivammathur/setup-php@v2
45
46
with :
46
- php-version : " ${{ matrix.php }}"
47
+ php-version : ${{ matrix.php }}
47
48
tools : composer:v2, cs2pr
48
49
coverage : none
49
50
Original file line number Diff line number Diff line change 14
14
"forum" : " https://www.yiiframework.com/forum/" ,
15
15
"wiki" : " https://www.yiiframework.com/wiki/" ,
16
16
"irc" : " irc://irc.freenode.net/yii" ,
17
+ "chat" : " https://t.me/yii3en" ,
17
18
"source" : " https://github.com/yiisoft/data-response"
18
19
},
19
20
"require" : {
29
30
"require-dev" : {
30
31
"httpsoft/http-message" : " ^1.0" ,
31
32
"phpunit/phpunit" : " ^9.5" ,
32
- "roave/infection-static-analysis-plugin" : " ^1.14 " ,
33
+ "roave/infection-static-analysis-plugin" : " ^1.16 " ,
33
34
"spatie/phpunit-watcher" : " ^1.23" ,
34
- "vimeo/psalm" : " ^4.12 "
35
+ "vimeo/psalm" : " ^4.18 "
35
36
},
36
37
"autoload" : {
37
38
"psr-4" : {
You can’t perform that action at this time.
0 commit comments