File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11language : php 
22
3- php :
4- #  - 5.3 # requires old distro
5-   - 5.4 
6-   - 5.5 
7-   - 5.6 
8-   - 7.0 
9-   - 7.1 
10-   - 7.2 
11-   - hhvm  #  ignore errors, see below
12- 
133#  lock distro so new future defaults will not break the build
144dist : trusty 
155
166matrix :
177  include :
188    - php : 5.3 
199      dist : precise 
10+     - php : 5.4 
11+     - php : 5.5 
12+     - php : 5.6 
13+     - php : 7.0 
14+     - php : 7.1 
15+     - php : 7.2 
16+     - php : 7.3 
17+     - php : 7.4 
18+     - php : hhvm-3.18 
19+       install :
20+         - composer require phpunit/phpunit:^5 --dev --no-interaction  #  requires legacy phpunit
2021  allow_failures :
21-     - php : hhvm 
22+     - php : hhvm-3.18  
2223
2324sudo : false 
2425
Original file line number Diff line number Diff line change 1919    },
2020    "require-dev" : {
2121        "react/event-loop" : " ^1.0 || ^0.5 || ^0.4 || ^0.3" 
22-         "phpunit/phpunit" : " ^6.0 || ^5.7 || ^4.8.35" 
22+         "phpunit/phpunit" : " ^7.0 || ^ 6.0 || ^5.7 || ^4.8.35" 
2323    }
2424}
Original file line number Diff line number Diff line change 44         colors =" true" 
55>
66    <testsuites >
7-         <testsuite >
7+         <testsuite   name = " CSV test suite " 
88            <directory >./tests/</directory >
99        </testsuite >
1010    </testsuites >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments