Skip to content

Commit 3b114a4

Browse files
committed
FIX: Fix github workflow
1 parent b02215d commit 3b114a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
if: "${{ matrix.php-version != '7.1' }}"
4949
with:
5050
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"
51+
tools: composer,flex
5452

5553
- name: "Enforce using stable dependencies"
5654
run: "composer config minimum-stability stable"

0 commit comments

Comments
 (0)