File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ matrix:
28
28
env : deps=high
29
29
- php : 7.4
30
30
env : deps=low
31
- - php : nightly
31
+ - php : 8.0snapshot
32
32
services : [memcached]
33
33
fast_finish : true
34
34
allow_failures :
35
- - php : nightly
35
+ - php : 8.0snapshot
36
36
services : [memcached]
37
37
38
38
cache :
@@ -140,7 +140,7 @@ before_install:
140
140
echo session.gc_probability = 0 >> $INI
141
141
echo opcache.enable_cli = 1 >> $INI
142
142
echo apc.enable_cli = 1 >> $INI
143
- if [[ $PHP != nightly ]]; then
143
+ if [[ $PHP != 8.* ]]; then
144
144
echo extension = memcached.so >> $INI
145
145
fi
146
146
done
@@ -156,7 +156,7 @@ before_install:
156
156
if ! php --ri sodium > /dev/null; then
157
157
tfold ext.libsodium tpecl libsodium sodium.so $INI
158
158
fi
159
- if [[ $PHP = nightly ]]; then
159
+ if [[ $PHP = 8.* ]]; then
160
160
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
161
161
else
162
162
tfold ext.mongodb tpecl mongodb-1.6.16 mongodb.so $INI
@@ -234,7 +234,7 @@ install:
234
234
235
235
- |
236
236
# Set composer's platform to php 7.4 if we're on php 8.
237
- if [[ $PHP = nightly ]]; then
237
+ if [[ $PHP = 8.* ]]; then
238
238
composer config platform.php 7.4.99
239
239
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
240
240
fi
You can’t perform that action at this time.
0 commit comments