File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 php-version : [ 8.3, 8.4, 8.5 ]
14- flow-version : [ 8.3, 9.1 ]
14+ flow-version : [ "~ 8.3.0", "^ 9.1.0-dev" ]
1515
1616 env :
1717 APP_ENV : true
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 1111 fail-fast : false
1212 matrix :
1313 php-version : [ 8.3, 8.4, 8.5 ]
14- flow-version : [ 8.3, 9.1 ]
14+ flow-version : [ "~ 8.3.0", "^ 9.1.0-dev" ]
1515
1616 env :
1717 APP_ENV : true
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