File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_dispatch :
77 schedule :
8- # “At 12 :00”
9- - cron : ' 0 12 * * * '
8+ # “At 17 :00 on Thursday. ”
9+ - cron : ' 0 17 * * THU '
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 6 PHP 7.0 - PHP 7.2 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 6 PHP 7.0 - PHP 7.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit backupGlobals =" false"
44 backupStaticAttributes =" false"
55 bootstrap =" ./../vendor/autoload.php"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 7 PHP 7.1 - PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 7 PHP 7.1 - PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit backupGlobals =" false"
44 backupStaticAttributes =" false"
55 bootstrap =" ./../vendor/autoload.php"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 8 >= PHP 7.2 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 8 >= PHP 7.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit backupGlobals =" false"
44 backupStaticAttributes =" false"
55 bootstrap =" ./../vendor/autoload.php"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html ) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 11 >= PHP 8.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation .html) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
88 processIsolation =" false"
99 stopOnFailure =" false"
1010 cacheResult =" false"
11- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10 .5/phpunit.xsd"
11+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11 .5/phpunit.xsd"
1212 cacheDirectory =" .phpunit.cache"
1313 backupStaticProperties =" false" >
1414 <testsuites >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+ <!-- PHPUnit 12 >= PHP 8.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation .html) -->
33<phpunit
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 backupGlobals =" false"
88 processIsolation =" false"
99 stopOnFailure =" false"
1010 cacheResult =" false"
11- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
11+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.4 /phpunit.xsd"
1212 cacheDirectory =" .phpunit.cache"
1313 backupStaticProperties =" false" >
1414 <testsuites >
You can’t perform that action at this time.
0 commit comments