From aa07745e3b9bfc576e2bc1ae8603b22511d4218a Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 29 Dec 2025 11:47:00 +0100 Subject: [PATCH 1/2] Remove never used routing file --- Resources/config/routing.xml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Resources/config/routing.xml diff --git a/Resources/config/routing.xml b/Resources/config/routing.xml deleted file mode 100644 index 925f8eb..0000000 --- a/Resources/config/routing.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - MassiveBuildBundle:Default:index - - From 7ed7fb3ae82500b20fa4e397e06cd465840dfefd Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 29 Dec 2025 11:48:17 +0100 Subject: [PATCH 2/2] Add PHP 8.4 and 8.5 to CI --- .github/workflows/test-application.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 5e7745a..eab3c3d 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -18,7 +18,7 @@ jobs: include: - php-version: '7.2' dependency-versions: 'lowest' - tools: 'composer:v1' + tools: 'composer:v2' - php-version: '7.4' dependency-versions: 'highest' @@ -37,6 +37,14 @@ jobs: tools: 'composer:v2' - php-version: '8.3' + dependency-versions: 'highest' + tools: 'composer:v2' + + - php-version: '8.4' + dependency-versions: 'highest' + tools: 'composer:v2' + + - php-version: '8.5' dependency-versions: 'highest' minimum-stability: 'dev' tools: 'composer:v2'