Skip to content

Commit

Permalink
EWPP-3025: TEMP - lower deps will be dropped so execute only highest.
Browse files Browse the repository at this point in the history
  • Loading branch information
brummbar committed May 24, 2023
1 parent 87aba73 commit 4e89bff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4e89bff

Please sign in to comment.