1
0
Fork 0

Test PHP 8.0 with lowest dependencies (#8878)

pull/8901/head
Cees-Jan Kiewiet 2020-05-09 15:51:57 +02:00 committed by GitHub
parent beded906ba
commit b5f8f750c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,10 @@ jobs:
os: macos-latest
dependencies: locked
experimental: false
- php-version: 8.0
dependencies: lowest
os: ubuntu-latest
experimental: true
- php-version: 8.0
dependencies: highest-ignore
os: ubuntu-latest
@ -125,5 +129,5 @@ jobs:
if: "matrix.php-version == '8.0'"
run: |
bin/composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs
bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs
bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs --with-dependencies
vendor/bin/phpunit