Skip to content

Commit d1a2e41

Browse files
authored
Merge pull request #35 from launchdarkly/eb/ch30532/lockfile
remove lockfile
2 parents 2ea5c52 + 2580f6f commit d1a2e41

File tree

2 files changed

+3
-4679
lines changed

2 files changed

+3
-4679
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@ php-docker-template: &php-docker-template
1818
name: validate composer.json
1919
command: composer validate
2020
- run:
21-
name: install current dependencies
21+
name: install dependencies
2222
command: composer install --no-progress
2323
- run:
24-
name: run tests with current dependency versions
24+
name: run tests with highest compatible dependency versions
2525
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests
2626
- store_test_results:
2727
path: ~/phpunit
2828
- store_artifacts:
2929
path: ~/phpunit
3030
- run:
31-
name: run tests with highest available dependency versions
32-
command: composer update --no-progress && vendor/bin/phpunit tests
33-
- run:
34-
name: run tests with lowest available dependency versions
31+
name: run tests with lowest compatible dependency versions
3532
# we skip this for 7.2 because the lowest compatible version of PHPUnit has a bug:
3633
# https://github.com/sebastianbergmann/comparator/pull/30
3734
command: |

0 commit comments

Comments
 (0)