File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ matrix:
77 env : YAML=3.0
88 - php : ' 7.1'
99 env : YAML=4.0
10+ - php : ' 7.1'
11+ env : YAML=5.0
1012 - php : ' 7.2'
1113 env : YAML=3.0
1214 - php : ' 7.2'
1315 env : YAML=4.0
16+ - php : ' 7.2'
17+ env : YAML=5.0
1418 - php : ' 7.3'
1519 env : YAML=3.0
1620 - php : ' 7.3'
1721 env : YAML=4.0
22+ - php : ' 7.3'
23+ env : YAML=5.0
1824 - php : nightly
19- env : YAML=4 .0
25+ env : YAML=5 .0
2026 # windows tests
2127 # https://travis-ci.community/t/where-to-contribute-php-support-for-windows/304
2228 - os : windows
Original file line number Diff line number Diff line change 2020 "require" : {
2121 "php" : " >=7.1.0" ,
2222 "ext-json" : " *" ,
23- "symfony/yaml" : " ^3.0 | ^4.0" ,
23+ "symfony/yaml" : " ^3.0 | ^4.0 | ^5.0 " ,
2424 "justinrainbow/json-schema" : " ^5.0"
2525 },
2626 "require-dev" : {
You can’t perform that action at this time.
0 commit comments