From 4e89bff6c5587fbbc63f6eb9e70b0bc1671b2189 Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Wed, 24 May 2023 19:35:05 +0200 Subject: [PATCH] EWPP-3025: TEMP - lower deps will be dropped so execute only highest. --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 31af19433..6420d3c29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -148,15 +148,6 @@ pipeline: matrix: include: - - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: lowest, TYPE: behat } - - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch1 } - - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch2 } - - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch3 } - - { PHP_VERSION: 8.1, COMPOSER_BOUNDARY: lowest, TYPE: behat } - - { PHP_VERSION: 8.1, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch1 } - - { PHP_VERSION: 8.1, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch2 } - - { PHP_VERSION: 8.1, COMPOSER_BOUNDARY: lowest, TYPE: phpunit, BATCH: batch3 } - - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: highest, TYPE: behat } - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: highest, TYPE: phpunit, BATCH: batch1 } - { PHP_VERSION: 8.0, COMPOSER_BOUNDARY: highest, TYPE: phpunit, BATCH: batch2 }