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 bfbce72 commit 30175c8Copy full SHA for 30175c8
.github/workflows/test.yaml
@@ -31,18 +31,17 @@ jobs:
31
coverage: ${{ matrix.coverage }}
32
ini-values: "memory_limit=-1"
33
php-version: ${{ matrix.php-version }}
34
- tools: composer
+ tools: composer,flex
35
36
- name: Validate composer.json
37
run: composer validate --no-check-lock
38
39
- - name: Configure Symfony version
40
- run: composer require --no-update symfony/framework-bundle "^${{ matrix.symfony-version }}"
41
-
42
- name: Install Composer dependencies
43
uses: ramsey/composer-install@v1
44
with:
45
composer-options: "--prefer-dist"
+ env:
+ SYMFONY_REQUIRE: "${{ matrix.symfony-version }}.*"
46
47
- name: Setup problem matchers for PHP
48
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments