Skip to content

Commit 255ad85

Browse files
authored
Merge pull request #163 from wmde/step-10
Update php version to `8.4`
2 parents aae2039 + 65a3630 commit 255ad85

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.woodpecker/ci.yml

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

1314
steps:
1415
- name: build

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "GPL-2.0-or-later",
44
"description": "General and shared validation services created as part of the WMDE fundraising software",
55
"require": {
6-
"php": ">=8.3"
6+
"php": ">=8.4"
77
},
88
"require-dev": {
99
"phpunit/phpunit": "~12.0",

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)