Skip to content

Commit

Permalink
drone: ignore composer php version requirements for pubsubhubbub/publ…
Browse files Browse the repository at this point in the history
…isher

- pending merge of pubsubhubbub/php-publisher#11
  • Loading branch information
nodiscc committed Apr 17, 2021
1 parent 97d5781 commit d568612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ steps:
- composer remove --dev --ignore-platform-req=php phpunit/phpunit
- composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0
- composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0
- composer require --dev --ignore-platform-req=php pubsubhubbub/publisher
- composer update
- make clean
- make check_permissions
Expand Down

0 comments on commit d568612

Please sign in to comment.