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 24
24
php-version :
25
25
- " 8.1"
26
26
- " 8.2"
27
+ - " 8.3"
27
28
28
29
env :
29
30
PHAN_ALLOW_XDEBUG : 0
90
91
php-version :
91
92
- " 8.1"
92
93
- " 8.2"
94
+ - " 8.3"
93
95
94
96
steps :
95
97
- name : " Checkout"
Original file line number Diff line number Diff line change 26
26
"require-dev" : {
27
27
"phan/phan" : " ^5.4" ,
28
28
"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 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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"
4
4
bootstrap =" vendor/autoload.php"
5
5
cacheResultFile =" .build/phpunit.result.cache"
6
6
colors =" true"
7
7
>
8
8
<testsuites >
9
9
<testsuite name =" php-settings-container test suite" >
10
- <directory suffix = " .php " >./tests/</directory >
10
+ <directory >./tests/</directory >
11
11
<exclude >./tests/TestContainer.php</exclude >
12
12
<exclude >./tests/TestOptionsTrait.php</exclude >
13
13
</testsuite >
You can’t perform that action at this time.
0 commit comments