File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 ini-values : opcache.fast_shutdown=0
2727
2828 - name : " Create composer project - No install"
29- run : composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "~${{ matrix.flow-version }}"
29+ run : composer create-project --prefer-dist --no-progress --no-install neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} "~${{ matrix.flow-version }}"
3030
3131 - name : " Allow neos composer plugin"
3232 run : composer config --no-plugins allow-plugins.neos/composer-plugin true
Original file line number Diff line number Diff line change 2626 ini-values : opcache.fast_shutdown=0
2727
2828 - name : " Create composer project - No install"
29- run : composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "~${{ matrix.flow-version }}"
29+ run : composer create-project --prefer-dist --no-progress --no-install neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} "~${{ matrix.flow-version }}"
3030
3131 - name : " Allow neos composer plugin"
3232 run : composer config --no-plugins allow-plugins.neos/composer-plugin true
You can’t perform that action at this time.
0 commit comments