1
0
Fork 0

Try disabling platform-check for PHPUnitBridge on php8

pull/8916/head
Jordi Boggiano 2020-05-27 22:12:12 +02:00
parent d8ada9e585
commit 5ab0ecda04
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ jobs:
if: "matrix.php-version == '8.0'" if: "matrix.php-version == '8.0'"
run: | run: |
php7.4 vendor/bin/simple-phpunit install php7.4 vendor/bin/simple-phpunit install
composer config -g platform-check false
- name: "Run tests" - name: "Run tests"
if: "matrix.php-version != '7.3'" if: "matrix.php-version != '7.3'"