File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- language : php
1+ language : ' php'
22
33php :
4- - ' 5.5'
5- - ' 5.6'
6- - ' 7.0'
74 - ' 7.1'
5+ - ' 7.2'
6+ - ' 7.3'
87
98install :
10- - composer install
9+ - ' composer install'
1110
1211script :
13- - vendor/bin/phpunit
12+ - ' vendor/bin/phpunit'
1413
1514after_success :
16- - bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
17- - vendor/bin/test-reporter
15+ - ' bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
16+ - ' vendor/bin/test-reporter'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
5- backupGlobals =" false"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.5/phpunit.xsd"
65 bootstrap =" vendor/autoload.php"
76 colors =" true"
87>
You can’t perform that action at this time.
0 commit comments