Skip to content

Commit

Permalink
Revert "Disable running of phan on PHP 7.2 and PHP 7.3"
Browse files Browse the repository at this point in the history
This reverts commit 5a8d82e.
  • Loading branch information
phil-davis committed Jul 12, 2019
1 parent 590baf3 commit 130ad4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pipeline:
- make test-php-phan
when:
matrix:
TEST_SUITE: disabled-phan
TEST_SUITE: phan

php-phan-73:
image: owncloudci/php:7.3
Expand All @@ -149,7 +149,7 @@ pipeline:
- make test-php-phan
when:
matrix:
TEST_SUITE: disabled-phan
TEST_SUITE: phan

install-server:
image: owncloudci/php:${PHP_VERSION}
Expand Down

0 comments on commit 130ad4c

Please sign in to comment.