Skip to content

Commit

Permalink
drone: php8: add php8-specific composer steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Apr 13, 2021
1 parent f2eb913 commit 98e8c14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ steps:
- git clone --depth=50 --branch=$DRONE_BRANCH https://github.com/nodiscc/Shaarli.git .
- git checkout $DRONE_COMMIT
- composer config --unset platform && composer config platform.php 8.0
- composer self-update --2
- composer update --ignore-platform-req=php
- 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 update
- make clean
- make check_permissions
Expand Down

0 comments on commit 98e8c14

Please sign in to comment.