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 }