Skip to content

Commit

Permalink
Allow installing PHPUnit 9.3
Browse files Browse the repository at this point in the history
That is the only version that is compatible with PHP 8.
Lowering the minimum-stability on the nightly build is necessary until
9.3.0 is published.
  • Loading branch information
greg0ire committed Jul 31, 2020
1 parent bfa814d commit ffb19cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
php: nightly
before_install:
- composer config platform.php 7.4.99
- composer config minimum-stability dev

- stage: Lint
before_script:
Expand Down

0 comments on commit ffb19cf

Please sign in to comment.