File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- arch : ppc64le
100
100
dist : jammy
101
- language : minimal
101
+ php : " 8.2 "
102
102
env :
103
103
- RELEASE=jammy
104
104
name : jammy-ppc64le
@@ -119,7 +119,7 @@ jobs:
119
119
fi
120
120
- arch : ppc64le
121
121
dist : focal
122
- language : minimal
122
+ php : " 7.4 "
123
123
env :
124
124
- RELEASE=focal
125
125
name : focal-ppc64le
@@ -140,7 +140,7 @@ jobs:
140
140
fi
141
141
- arch : ppc64le
142
142
dist : bionic
143
- language : minimal
143
+ php : " 7.4 "
144
144
env :
145
145
- RELEASE=bionic
146
146
name : bionic-ppc64le
@@ -161,8 +161,7 @@ jobs:
161
161
fi
162
162
- arch : ppc64le
163
163
dist : xenial
164
- group : edge
165
- language : minimal
164
+ php : " 7.4"
166
165
env :
167
166
- RELEASE=xenial
168
167
name : xenial-ppc64le
@@ -183,7 +182,7 @@ jobs:
183
182
fi
184
183
- arch : s390x
185
184
dist : jammy
186
- language : minimal
185
+ php : " 8.2 "
187
186
env :
188
187
- RELEASE=jammy
189
188
name : jammy-s390x
@@ -205,7 +204,7 @@ jobs:
205
204
- ' echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
206
205
- arch : s390x
207
206
dist : focal
208
- language : minimal
207
+ php : " 7.4 "
209
208
env :
210
209
- RELEASE=focal
211
210
name : focal-s390x
@@ -227,7 +226,7 @@ jobs:
227
226
- ' echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
228
227
- arch : s390x
229
228
dist : bionic
230
- language : minimal
229
+ php : " 7.4 "
231
230
env :
232
231
- RELEASE=bionic
233
232
name : bionic-s390x
@@ -249,8 +248,7 @@ jobs:
249
248
- ' echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
250
249
- arch : s390x
251
250
dist : xenial
252
- group : edge
253
- language : minimal
251
+ php : " 7.4"
254
252
env :
255
253
- RELEASE=xenial
256
254
name : xenial-s390x
@@ -272,6 +270,7 @@ jobs:
272
270
- ' echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
273
271
- arch : arm64
274
272
dist : jammy
273
+ php : " 8.2"
275
274
env :
276
275
- RELEASE=jammy
277
276
name : jammy-arm64
@@ -292,6 +291,7 @@ jobs:
292
291
fi
293
292
- arch : arm64
294
293
dist : focal
294
+ php : " 7.4"
295
295
env :
296
296
- RELEASE=focal
297
297
name : focal-arm64
@@ -312,6 +312,7 @@ jobs:
312
312
fi
313
313
- arch : arm64
314
314
dist : bionic
315
+ php : " 7.4"
315
316
env :
316
317
- RELEASE=bionic
317
318
name : bionic-arm64
@@ -332,6 +333,7 @@ jobs:
332
333
fi
333
334
- arch : arm64
334
335
dist : xenial
336
+ php : " 7.4"
335
337
env :
336
338
- RELEASE=xenial
337
339
name : xenial-arm64
You can’t perform that action at this time.
0 commit comments