Skip to content

Commit 7624127

Browse files
committed
composer validate with dev version fails
1 parent c726963 commit 7624127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
if: ${{ matrix.dependencies }}
5353
- name: Symfony version
5454
run: composer require --no-update symfony/flex && composer config extra.symfony.require ${{ matrix.symfony-version}}
55-
if: ${{ matrix.symfony-version }}
55+
if: ${{ matrix.symfony-version }}
5656
- name: Composer update
5757
run: composer update ${{ matrix.composer-flag }} --prefer-dist --no-interaction
5858
- name: Composer validate
5959
run: composer validate --strict --no-check-lock
60+
if: ${{ matrix.stability != 'dev' }}
6061
- name: Run tests
6162
run: php vendor/bin/simple-phpunit -v

0 commit comments

Comments
 (0)