Skip to content

Commit edddc35

Browse files
author
Philipp Handle
committed
pump min version
1 parent 9e2b8a5 commit edddc35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ box:
2424
build: ## Build churn.phar
2525
build: 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

0 commit comments

Comments
 (0)