Skip to content

Commit b01d00b

Browse files
committed
Really test against Symfony dev versions
1 parent edd13c3 commit b01d00b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
php-version: ${{ matrix.php-version }}
4141
extensions: zip
4242
coverage: pcov
43+
tools: flex
4344

44-
- name: Install Symfony Flex
45-
run: |
46-
composer config --global --no-plugins allow-plugins.symfony/flex true
47-
composer global require --no-progress --no-scripts --no-plugins symfony/flex
45+
- name: Configure Composer minimum-stability for dev versions
46+
if: contains(matrix.symfony-version, 'dev')
47+
run: composer config minimum-stability dev
4848

4949
- name: Install Composer dependencies
5050
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)