File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 os : [ windows-latest, macos-latest, ubuntu-latest ]
15- php : [ 8.1, 8.4 ]
15+ php : [ 8.1, 8.5 ]
1616 dependency-version : [ prefer-stable ]
1717
1818 name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 8888 "tomasvotruba/type-coverage" : " ^2.1" ,
8989 "yamadashy/phpstan-friendly-formatter" : " ^1.3"
9090 },
91- "conflict" : {
92- "pestphp/pest" : " ^4.0"
93- },
9491 "suggest" : {
9592 "symfony/var-dumper" : " Required to use the the trait [WithDumpable]."
9693 },
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
45 bootstrap =" vendor/autoload.php"
5- cacheResultFile =" .build/phpunit/.phpunit.result.cache"
6+ cacheDirectory =" .build/phpunit/"
7+ cacheResultFile =" .build/phpunit/test-results"
68 colors =" true"
79 failOnDeprecation =" true"
10+ failOnPhpunitWarning =" false"
811 failOnRisky =" true"
912 failOnWarning =" true"
10- xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
1113>
1214 <php >
13- <ini name =" memory_limit " value =" -1" />
14- <env name =" DUMP_LIGHT_ARRAY" value =" " />
15- <env name =" DUMP_STRING_LENGTH" value =" " />
15+ <ini name =" error_reporting " value =" -1" />
16+ <env name =" DUMP_LIGHT_ARRAY" value =" " />
17+ <env name =" DUMP_STRING_LENGTH" value =" " />
1618 <!-- <env name="APP_ENV" value="testing"/>
1719 <env name="APP_DEBUG" value="true"/>
20+ <env name="APP_KEY" value="base64:UZ5sDPZSB7DSLKY+DYlU8G/V1e/qW+Ag0WF03VNxiSg="/>
1821 <env name="APP_MAINTENANCE_DRIVER" value="file"/>
1922 <env name="BCRYPT_ROUNDS" value="4"/>
2023 <env name="CACHE_STORE" value="array"/>
You can’t perform that action at this time.
0 commit comments