File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - ubuntu-latest
3838
3939 php :
40- - " 7.4"
41- - " 8.0"
40+ - 7.4
41+ - 8.0
42+ - 8.1
4243
4344 steps :
4445 - name : Install service memcached
Original file line number Diff line number Diff line change 3434 - ubuntu-latest
3535
3636 php :
37- - " 7.4 "
37+ - 8.1
3838
3939 steps :
4040 - name : Install service memcached
4646 - name : Install PHP
4747 uses : shivammathur/setup-php@v2
4848 with :
49- php-version : " ${{ matrix.php }}"
49+ php-version : ${{ matrix.php }}
5050 ini-values : memory_limit=-1
51- coverage : " pcov"
51+ coverage : pcov
5252 tools : composer:v2, pecl
5353
5454 - name : Determine composer cache directory
Original file line number Diff line number Diff line change 3333 - ubuntu-latest
3434
3535 php :
36- - " 7.4"
36+ - 7.4
37+ - 8.0
38+ - 8.1
3739
3840 steps :
3941 - name : Checkout
Original file line number Diff line number Diff line change 99 " memcached" ,
1010 " psr-16"
1111 ],
12- "homepage" : " http ://www.yiiframework.com/" ,
12+ "homepage" : " https ://www.yiiframework.com/" ,
1313 "license" : " BSD-3-Clause" ,
1414 "support" : {
1515 "issues" : " https://github.com/yiisoft/cache-memcached/issues?state=open" ,
16- "forum" : " http ://www.yiiframework.com/forum/" ,
17- "wiki" : " http ://www.yiiframework.com/wiki/" ,
16+ "forum" : " https ://www.yiiframework.com/forum/" ,
17+ "wiki" : " https ://www.yiiframework.com/wiki/" ,
1818 "irc" : " irc://irc.freenode.net/yii" ,
19+ "chat" : " https://t.me/yii3en" ,
1920 "source" : " https://github.com/yiisoft/cache-memcached"
2021 },
2122 "require" : {
2425 "psr/simple-cache" : " ^1.0.1"
2526 },
2627 "require-dev" : {
27- "phpunit/phpunit" : " ^9.4 " ,
28- "roave/infection-static-analysis-plugin" : " ^1.14 " ,
28+ "phpunit/phpunit" : " ^9.5 " ,
29+ "roave/infection-static-analysis-plugin" : " ^1.16 " ,
2930 "spatie/phpunit-watcher" : " ^1.23" ,
30- "vimeo/psalm" : " ^4.3 "
31+ "vimeo/psalm" : " ^4.18 "
3132 },
3233 "autoload" : {
3334 "psr-4" : {
You can’t perform that action at this time.
0 commit comments