File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : shivammathur/setup-php@v2
1212 with :
13- php-version : 8.0
13+ php-version : 8.3
1414 coverage : none
1515
1616 - run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
2424 - uses : actions/checkout@v4
2525 - uses : shivammathur/setup-php@v2
2626 with :
27- php-version : 8.0
27+ php-version : 8.3
2828 coverage : none
2929
3030 - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
Original file line number Diff line number Diff line change 2424 - run : composer install --no-progress --prefer-dist
2525 - run : vendor/bin/tester tests -s -C
2626 - if : failure()
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
29- name : output
29+ name : output-${{ matrix.php }}-${{ matrix.os }}
3030 path : tests/**/output
3131
3232
Original file line number Diff line number Diff line change 1010 <rule ref =" SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine" >
1111 <exclude-pattern >./src/*/*.php</exclude-pattern >
1212 </rule >
13+
14+ <!-- utf8_decode -->
15+ <rule ref =" Generic.PHP.DeprecatedFunctions.Deprecated" >
16+ <exclude-pattern >Strings.php</exclude-pattern >
17+ </rule >
1318</ruleset >
You can’t perform that action at this time.
0 commit comments