Skip to content

Commit 0e9a291

Browse files
committed
Update php version to 8.4
Ticket: https://phabricator.wikimedia.org/T387976
1 parent d544a3b commit 0e9a291

File tree

3 files changed

+156
-89
lines changed

3 files changed

+156
-89
lines changed

.woodpecker/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ clone:
1212
matrix:
1313
CONTAINER_IMAGE:
1414
- registry.gitlab.com/fun-tech/fundraising-frontend-docker:latest
15-
- registry.gitlab.com/fun-tech/fundraising-frontend-docker/php-8.4:latest
15+
# Use the following image in future (Jan/Feb 2026)
16+
# - registry.gitlab.com/fun-tech/fundraising-frontend-docker:php-8.5
1617

1718
steps:
1819
- name: build

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Address change use case for fundraising application",
44
"license": "GPL-2.0-or-later",
55
"require": {
6-
"php": ">=8.3",
6+
"php": ">=8.4",
77
"doctrine/orm": "~3.0",
88
"doctrine/dbal": "~4.0",
99
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)