smartapps-fr / bitbucket-pipelines-debian-8

Bitbucket Pipelines Docker image based on Debian 8 (Jessie) with PHP/MySQL (and more !)

Home Page:https://hub.docker.com/r/smartapps/bitbucket-pipelines-php-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPunit on php 5.6.30

FlorianKromer opened this issue · comments

Hello!
I got this error on the master branch:

This version of PHPUnit is supported on PHP 7.0 and PHP 7.1.
You are using PHP 5.6.30-0+deb8u1 (/usr/bin/php5).

I think the problem is the main branch is based on php 5.6.30 but the latest PHPunit version works only on PHP 7.0

The version phpunit 5.7 should works: https://phar.phpunit.de/phpunit-5.7.phar .

Thanks. Solved with commit a448388.