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' 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 - -