Skip to content

Commit c1adc53

Browse files
Remove minimum stability for test lowest dependencies
1 parent 8db5741 commit c1adc53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
composer-options: --prefer-dist --no-suggest
8888

8989
- name: Doctrine
90-
if: "${{ matrix.coverage }} == 'doctrine'"
90+
if: matrix.storage == 'doctrine'
9191
run: |
9292
tests/app/console doctrine:database:create
9393
tests/app/console doctrine:schema:create
@@ -96,7 +96,7 @@ jobs:
9696
run: vendor/bin/simple-phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover
9797

9898
- name: Coverage
99-
if: ${{ matrix.coverage }}
99+
if: matrix.coverage
100100
run: |
101101
wget https://scrutinizer-ci.com/ocular.phar
102102
php ocular.phar code-coverage:upload --access-token="230ec5e01daf5bb3e46ea304fb20348b52d80de73463ec08ee9c96fcd1349e35" --format=php-clover coverage.clover

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"Task\\TaskBundle\\Tests\\": "tests"
4040
}
4141
},
42-
"minimum-stability": "dev",
4342
"extra": {
4443
"branch-alias": {
4544
"dev-master": "2.x-dev"

0 commit comments

Comments
 (0)