We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c726963 commit 7624127Copy full SHA for 7624127
.github/workflows/php.yml
@@ -52,10 +52,11 @@ jobs:
52
if: ${{ matrix.dependencies }}
53
- name: Symfony version
54
run: composer require --no-update symfony/flex && composer config extra.symfony.require ${{ matrix.symfony-version}}
55
- if: ${{ matrix.symfony-version }}
+ if: ${{ matrix.symfony-version }}
56
- name: Composer update
57
run: composer update ${{ matrix.composer-flag }} --prefer-dist --no-interaction
58
- name: Composer validate
59
run: composer validate --strict --no-check-lock
60
+ if: ${{ matrix.stability != 'dev' }}
61
- name: Run tests
62
run: php vendor/bin/simple-phpunit -v
0 commit comments