File tree 1 file changed +5
-2
lines changed
Filter options
1 file changed +5
-2
lines changed
Original file line number Diff line number Diff line change 19
19
- MIN_PHP=7.1.3
20
20
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
21
21
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
22
- - MESSENGER_REDIS_DSN=redis://localhost /messages
22
+ - MESSENGER_REDIS_DSN=redis://127.0.0.1:7001 /messages
23
23
24
24
matrix :
25
25
include :
@@ -165,8 +165,11 @@ before_install:
165
165
tfold ext.igbinary tpecl igbinary-2.0.8 igbinary.so $INI
166
166
tfold ext.zookeeper tpecl zookeeper-0.7.1 zookeeper.so $INI
167
167
tfold ext.amqp tpecl amqp-1.9.4 amqp.so $INI
168
- tfold ext.redis tpecl redis-4.2 .0 redis.so $INI "no"
168
+ tfold ext.redis tpecl redis-4.3 .0 redis.so $INI "no"
169
169
done
170
+ - |
171
+ # List all php extensions with versions
172
+ - php -r 'foreach (get_loaded_extensions() as $extension) echo $extension . " " . phpversion($extension) . PHP_EOL;'
170
173
171
174
- |
172
175
# Load fixtures
You can’t perform that action at this time.
0 commit comments