File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 # Check-out repository under GitHub workspace
1717 # https://github.com/actions/checkout
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 # Step's name
2020 - name : Setup PHP
2121 # Action gives to setup the PHP environment to test application
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ backupGlobals =" false"
5+ colors =" true"
6+ processIsolation =" false"
7+ stopOnFailure =" true"
8+ bootstrap =" vendor/autoload.php"
9+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
10+ cacheResult =" false"
11+ backupStaticProperties =" false" >
312 <source >
413 <include >
514 <directory suffix =" .php" >./src</directory >
You can’t perform that action at this time.
0 commit comments