File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- php : [7.4 , 8.0 , 8.1 ]
10+ php : [8.2 , 8.3 , 8.4 ]
1111 steps :
1212 - name : Setup PHP
1313 uses : shivammathur/setup-php@v2
3737 runs-on : ubuntu-latest
3838 strategy :
3939 matrix :
40- php : [7.4 , 8.0 , 8.1 ]
40+ php : [8.2 , 8.3 , 8.4 ]
4141 steps :
4242 - name : Setup PHP
4343 uses : shivammathur/setup-php@v2
6161 - name : Setup PHP
6262 uses : shivammathur/setup-php@v2
6363 with :
64- php-version : 8.0
64+ php-version : 8.4
6565 tools : composer:v2
6666
6767 - name : Checkout Repository
7878 runs-on : ubuntu-latest
7979 strategy :
8080 matrix :
81- php : [ 7.4 , 8.0 , 8.1 ]
81+ php : [ 8.2 , 8.3 , 8.4 ]
8282 steps :
8383 - name : Setup PHP
8484 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 55 " MIT"
66 ],
77 "require" : {
8- "php" : " >=7.4 "
8+ "php" : " ^8.2 "
99 },
1010 "require-dev" : {
11- "phpstan/phpstan" : " ^1 " ,
11+ "phpstan/phpstan" : " ^2 " ,
1212 "roave/security-advisories" : " dev-master" ,
1313 "phpunit/phpunit" : " ^9.5" ,
14- "infection/infection" : " ^0.26 " ,
14+ "infection/infection" : " ^0.31 " ,
1515 "squizlabs/php_codesniffer" : " ^3.6" ,
1616 "jetbrains/phpstorm-attributes" : " ^1.0"
1717 },
Original file line number Diff line number Diff line change 11parameters :
2- level : 9
2+ level : max
33 paths :
44 - src
55 ignoreErrors :
You can’t perform that action at this time.
0 commit comments