Skip to content

Commit fa93ba1

Browse files
committed
conditionally use flex dev
1 parent 4b94fc1 commit fa93ba1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ jobs:
129129
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
130130

131131
- 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)
132137
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
133138

134139
- name: "Composer install"

0 commit comments

Comments
 (0)