We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8.4
1 parent d544a3b commit 0e9a291Copy full SHA for 0e9a291
.woodpecker/ci.yml
@@ -12,7 +12,8 @@ clone:
12
matrix:
13
CONTAINER_IMAGE:
14
- registry.gitlab.com/fun-tech/fundraising-frontend-docker:latest
15
- - registry.gitlab.com/fun-tech/fundraising-frontend-docker/php-8.4:latest
+ # Use the following image in future (Jan/Feb 2026)
16
+ # - registry.gitlab.com/fun-tech/fundraising-frontend-docker:php-8.5
17
18
steps:
19
- name: build
composer.json
@@ -3,7 +3,7 @@
3
"description": "Address change use case for fundraising application",
4
"license": "GPL-2.0-or-later",
5
"require": {
6
- "php": ">=8.3",
+ "php": ">=8.4",
7
"doctrine/orm": "~3.0",
8
"doctrine/dbal": "~4.0",
9
"ramsey/uuid": "^4.0",
0 commit comments