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'
2
2
3
3
php :
4
- - ' 5.5'
5
- - ' 5.6'
6
- - ' 7.0'
7
4
- ' 7.1'
5
+ - ' 7.2'
6
+ - ' 7.3'
8
7
9
8
install :
10
- - composer install
9
+ - ' composer install'
11
10
12
11
script :
13
- - vendor/bin/phpunit
12
+ - ' vendor/bin/phpunit'
14
13
15
14
after_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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<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"
6
5
bootstrap =" vendor/autoload.php"
7
6
colors =" true"
8
7
>
You can’t perform that action at this time.
0 commit comments