From 359d93a4354bea3117af71b90928c451eb215917 Mon Sep 17 00:00:00 2001 From: Kay Joosten Date: Thu, 23 Jul 2026 09:58:55 +0200 Subject: [PATCH 1/2] Build release with PHP 8.5 composer.json requires php ^8.5, but the release build container was pinned to PHP 8.2, causing a runtime crash (ReflectionProperty::isProtectedSet() undefined) during composer's post-install cache:clear step. Requires OpenConext/Stepup-Build#15 for the matching build container support. --- component_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component_info b/component_info index 22d3e04a..4e588b33 100644 --- a/component_info +++ b/component_info @@ -1,4 +1,4 @@ -PHP_VERSION=82 +PHP_VERSION=85 SYMFONY_VERSION=7 ENCORE=no ASSETIC=no From 8af760addc123383110b9f8db4365bc4c124bdbb Mon Sep 17 00:00:00 2001 From: Kay Joosten Date: Thu, 23 Jul 2026 10:03:29 +0200 Subject: [PATCH 2/2] Bump NODE_VERSION to 24 to match php85-apache2-node24 image --- component_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component_info b/component_info index 4e588b33..4f1204ca 100644 --- a/component_info +++ b/component_info @@ -2,5 +2,5 @@ PHP_VERSION=85 SYMFONY_VERSION=7 ENCORE=no ASSETIC=no -NODE_VERSION=20 +NODE_VERSION=24 TEST_EXTRA_DIRS="tests/ ci/" \ No newline at end of file