File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ jobs:
252252 uses : actions/cache@v3
253253 with :
254254 path : ${{ steps.composercache.outputs.dir }}
255- key : composer-${{ runner.os }}-7 .1-${{ hashFiles('composer.*') }}
255+ key : composer-${{ runner.os }}-8 .1-${{ hashFiles('composer.*') }}
256256 restore-keys : |
257- composer-${{ runner.os }}-7 .1-
257+ composer-${{ runner.os }}-8 .1-
258258 composer-${{ runner.os }}-
259259 composer-
260260
Original file line number Diff line number Diff line change 2424build : # # Build churn.phar
2525build : box
2626 scp -r src bin composer.json box.json.dist manifest.xml LICENSE.md build/
27- $(COMPOSER_BIN ) config platform.php 7 .1.3 --working-dir=build/
27+ $(COMPOSER_BIN ) config platform.php 8 .1.33 --working-dir=build/
2828 $(COMPOSER_BIN ) update --no-dev --no-interaction --prefer-dist --working-dir=build/
2929 CHURN_VERSION=$$( $(PHP_BIN ) build/bin/churn --version --no-ansi | grep -Po '(?<= ) [^@]+' ) ;\
3030 sed -i -e " s@0.0.0-dev@$$ {CHURN_VERSION}@g" build/manifest.xml
You can’t perform that action at this time.
0 commit comments