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 b02215d commit 3b114a4Copy full SHA for 3b114a4
.github/workflows/continuous-integration.yml
@@ -48,9 +48,7 @@ jobs:
48
if: "${{ matrix.php-version != '7.1' }}"
49
with:
50
php-version: "${{ matrix.php-version }}"
51
-
52
- - name: "Globally install symfony/flex"
53
- run: "composer global require --no-progress --no-scripts --no-plugins symfony/flex"
+ tools: composer,flex
54
55
- name: "Enforce using stable dependencies"
56
run: "composer config minimum-stability stable"
0 commit comments