Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

check with php 8 #451

Closed SoloJr closed 3 years ago

SoloJr commented 3 years ago

don't merge this, I'm just triggering travis

MockingMagician commented 3 years ago

Tests cannot be run on php 8 because of the versions of phpunit. There are some CB changes between phpunit 7 and higher, but to run tests on php 8 you must have the higher version or run at least with composer --ignore-platform-reqs option