From 130ad4c97f9cdd9edbae24f206d51c45baa79d99 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 12 Jul 2019 15:39:49 +0545 Subject: [PATCH] Revert "Disable running of phan on PHP 7.2 and PHP 7.3" This reverts commit 5a8d82e024eca0218f2e19506662114bc705ef3a. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e079e863341..12354c971779 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -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}