File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ matrix:
27
27
env : deps=high
28
28
- php : 8.0
29
29
env : deps=low
30
+ - php : nightly
30
31
fast_finish : true
32
+ allow_failures :
33
+ - php : nightly
31
34
32
35
cache :
33
36
directories :
@@ -129,7 +132,7 @@ before_install:
129
132
echo session.gc_probability = 0 >> $INI
130
133
echo opcache.enable_cli = 1 >> $INI
131
134
echo apc.enable_cli = 1 >> $INI
132
- if [[ $PHP != 8 .* ]]; then
135
+ if [[ $PHP = 7 .* ]]; then
133
136
echo extension = memcached.so >> $INI
134
137
fi
135
138
done
@@ -146,7 +149,7 @@ before_install:
146
149
if ! php --ri sodium > /dev/null; then
147
150
tfold ext.libsodium tpecl libsodium sodium.so $INI
148
151
fi
149
- if [[ $PHP = 8 .* ]]; then
152
+ if [[ $PHP != 7 .* ]]; then
150
153
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
151
154
else
152
155
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
You can’t perform that action at this time.
0 commit comments