File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
3+ dist : bionic
4+
35addons :
46 apt :
57 packages :
@@ -62,6 +64,9 @@ script:
6264jobs :
6365 fast_finish : true
6466 include :
67+ - stage : test
68+ php : 8.1.0
69+ env : COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
6570 - stage : test
6671 php : 8.0
6772 env : COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
@@ -123,9 +128,11 @@ jobs:
123128 php : 7.1
124129 env : COVERAGE_VERSIONS="^5.0 ^6.0"
125130 - stage : test
131+ dist : xenial
126132 php : 7.0
127133 env : COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
128134 - stage : test
135+ dist : xenial
129136 php : 7.0
130137 env : COVERAGE_VERSIONS="^5.0"
131138
Original file line number Diff line number Diff line change 2626 }
2727 ],
2828 "require" : {
29- "php" : " >= 7.0.8 <7.5 || ~8.0 .0" ,
29+ "php" : " ^ 7.0.8 || ^8 .0" ,
3030 "ext-dom" : " *" ,
3131 "ext-json" : " *" ,
3232 "ext-simplexml" : " *" ,
You can’t perform that action at this time.
0 commit comments