File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2424 php-version :
2525 - " 8.1"
2626 - " 8.2"
27+ - " 8.3"
2728
2829 env :
2930 PHAN_ALLOW_XDEBUG : 0
9091 php-version :
9192 - " 8.1"
9293 - " 8.2"
94+ - " 8.3"
9395
9496 steps :
9597 - name : " Checkout"
Original file line number Diff line number Diff line change 2626 "require-dev" : {
2727 "phan/phan" : " ^5.4" ,
2828 "phpmd/phpmd" : " ^2.13" ,
29- "phpunit/phpunit" : " ^10.2 " ,
30- "squizlabs/php_codesniffer" : " ^3.7 "
29+ "phpunit/phpunit" : " ^10.5 " ,
30+ "squizlabs/php_codesniffer" : " ^3.8 "
3131 },
3232 "autoload" : {
3333 "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 cacheResultFile =" .build/phpunit.result.cache"
66 colors =" true"
77>
88 <testsuites >
99 <testsuite name =" php-settings-container test suite" >
10- <directory suffix = " .php " >./tests/</directory >
10+ <directory >./tests/</directory >
1111 <exclude >./tests/TestContainer.php</exclude >
1212 <exclude >./tests/TestOptionsTrait.php</exclude >
1313 </testsuite >
You can’t perform that action at this time.
0 commit comments