File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- php : [ 7.4, 8.0 ]
12+ php : [ 7.4, 8.0, 8.1 ]
1313 steps :
1414 - uses : actions/checkout@v2
1515 - uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " 7.4.* || 8.0.*" ,
12+ "php" : " 7.4.* || 8.0.* || 8.1.* " ,
1313 "ext-mbstring" : " *" ,
14- "nette/utils" : " ~2.5.4|~3.0.0|~3.1.0" ,
14+ "nette/utils" : " ~2.5.4|~3.0.0|~3.1.0|~3.2.0 " ,
1515 "nette/di" : " ~2.4.14|~3.0.0" ,
1616 "nette/neon" : " ~2.4.3|~3.0"
1717 },
1818 "require-dev" : {
1919 "nette/tester" : " 2.3.*" ,
2020 "pd/coding-standard" : " v1.27.*" ,
21- "phpstan/phpstan" : " 0.12.76 "
21+ "phpstan/phpstan" : " ^1.4.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
You can’t perform that action at this time.
0 commit comments