Try disabling platform-check for PHPUnitBridge on php8
parent
d8ada9e585
commit
5ab0ecda04
|
@ -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'"
|
||||||
|
|
Loading…
Reference in New Issue