Skip to content

Commit 9e2b8a5

Browse files
author
Philipp Handle
committed
revert some changes
1 parent c3360c9 commit 9e2b8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
coverage: "none"
242242
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On, zend.assertions=1"
243-
php-version: "8.5"
243+
php-version: "8.1"
244244
tools: composer:v2
245245

246246
- name: Get composer cache directory

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 8.2.24 --working-dir=build/
27+
$(COMPOSER_BIN) config platform.php 7.1.3 --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)