Skip to content

Commit eb20b8f

Browse files
committed
what happens when i remove flex
1 parent b23178c commit eb20b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ jobs:
135135
- name: "Add PHPUnit matcher"
136136
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
137137

138-
- name: "Require symfony/flex"
139-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
138+
# - name: "Require symfony/flex"
139+
# run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
140140

141141
- name: "Composer install"
142142
uses: "ramsey/composer-install@v1"

0 commit comments

Comments
 (0)