matthiasmullie / scrapbook

PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
https://www.scrapbook.cash
MIT License
315 stars 27 forks source link

Use correct PHP version when running tests #26

Closed pascal-hofmann closed 6 years ago

pascal-hofmann commented 6 years ago

In the makefile docker-compose run is invoked without reference to the PHP version that should be used. So always PHP 7.1 is used.

matthiasmullie commented 6 years ago

Good catch, thanks!