robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
387 stars 181 forks source link

Add fixes for travis-ci issues #165

Closed gfaust-qb closed 5 years ago

gfaust-qb commented 6 years ago

As described in https://github.com/travis-ci/travis-ci/issues/8211 php 7 in travis-ci is configured with a non-working version of PHPUnit and should be replaced with PHP 7.0.21 until there is a new distribution for PHP 7. With the stable release of PHP 7.2 I also added this to the travis.yml.

gfaust-qb commented 6 years ago

Travis has fixed the PHP 7 problem, so the raise from PHP 7 to PHP 7.0.21 is not needed anymore. I still suggest to add PHP 7.2 to travis.yml it already works.

thijskh commented 6 years ago

Would perhaps be helpful if you unstage your second commit so this PR can be merged to achieve just that?

gfaust-qb commented 6 years ago

*grrrr the problem still occurs, only the working version changed from 7.0.21 to 7.0.27 The actual PHP (7) Version 7.0.28 tries to use PHPUnit 7.x that is compatible to PHP 7 > 7.1 I will add the working Version to travis.yml again