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 4b94fc1 commit fa93ba1Copy full SHA for fa93ba1
.github/workflows/ci.yaml
@@ -129,6 +129,11 @@ jobs:
129
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
130
131
- name: "Require symfony/flex"
132
+ if: contains('stable', env.SYMFONY_SKELETON_STABILITY)
133
+ run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
134
+
135
+ - name: "Require symfony/flex dev-main"
136
+ if: contains('dev', env.SYMFONY_SKELETON_STABILITY)
137
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
138
139
- name: "Composer install"
0 commit comments