Test PHP 8.0 with lowest dependencies (#8878)

main
Cees-Jan Kiewiet 4 years ago committed by GitHub
parent beded906ba
commit b5f8f750c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save