File tree Expand file tree Collapse file tree 6 files changed +717
-593
lines changed
Expand file tree Collapse file tree 6 files changed +717
-593
lines changed Original file line number Diff line number Diff line change 2424 - " highest"
2525 - " locked"
2626 php-version :
27- - " 8.2"
2827 - " 8.3"
28+ - " 8.4"
29+ - " 8.5"
2930
3031 steps :
3132 - name : " Checkout"
3435 show-progress : false
3536
3637 - name : " Install PHP"
37- uses : " shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 " # v2
38+ uses : " shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 " # v2
3839 with :
3940 coverage : " none"
4041 php-version : " ${{ matrix.php-version }}"
5253 ${{ runner.OS }}-${{ matrix.php-version }}-static-analysis-
5354
5455 - name : " Update Composer platform version"
55- if : ${{ matrix.dependencies != 'locked' && matrix.php-version != '8.2 ' }}
56+ if : ${{ matrix.dependencies != 'locked' && matrix.php-version != '8.3 ' }}
5657 shell : bash
5758 run : " composer config platform.php ${{ matrix.php-version }}"
5859
7172 run : " composer licenses:check"
7273
7374 - name : " Run coding style"
74- if : ${{ matrix.dependencies == 'locked' && matrix.php-version == '8.1 ' }}
75+ if : ${{ matrix.dependencies == 'locked' && matrix.php-version == '8.3 ' }}
7576 run : " composer code-style:check"
7677
7778 - name : " Run PHPStan"
Original file line number Diff line number Diff line change 77
88return (new PhpCsFixer \Config ())
99 ->setRules ([
10- '@PER-CS2.0 ' => true ,
11- '@PER-CS2.0 :risky ' => true ,
12- '@PHP81Migration ' => true ,
10+ '@PER-CS ' => true ,
11+ '@PER-CS :risky ' => true ,
12+ '@PHP8x3Migration ' => true ,
1313 '@DoctrineAnnotation ' => true ,
1414 'align_multiline_comment ' => true ,
1515 'array_indentation ' => true ,
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^8.2 " ,
14- "phpunit/phpunit" : " ^11.1 "
13+ "php" : " ^8.3 " ,
14+ "phpunit/phpunit" : " ^12.0 "
1515 },
1616 "require-dev" : {
17- "ergebnis/composer-normalize" : " ^2.43.0 " ,
17+ "ergebnis/composer-normalize" : " ^2.45 " ,
1818 "lendable/composer-license-checker" : " ^1.2.1" ,
19- "php-cs-fixer/shim" : " ^3.59.3 " ,
20- "phpstan/phpstan" : " ^1.11.7 " ,
21- "phpstan/phpstan-deprecation-rules" : " ^1. 2.0" ,
22- "phpstan/phpstan-phpunit" : " ^1.4 .0" ,
23- "phpstan/phpstan-strict-rules" : " ^1.6 .0" ,
24- "rector/rector" : " 1.2.1 "
19+ "php-cs-fixer/shim" : " ^3.92 " ,
20+ "phpstan/phpstan" : " ^2.1 " ,
21+ "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
22+ "phpstan/phpstan-phpunit" : " ^2 .0" ,
23+ "phpstan/phpstan-strict-rules" : " ^2 .0" ,
24+ "rector/rector" : " 2.3.0 "
2525 },
2626 "minimum-stability" : " stable" ,
2727 "autoload" : {
4242 "ergebnis/composer-normalize" : true
4343 },
4444 "platform" : {
45- "php" : " 8.2.14 "
45+ "php" : " 8.3.0 "
4646 },
4747 "sort-packages" : true
4848 },
You can’t perform that action at this time.
0 commit comments