From c9ee93ea58dacb8f35562835032a15f4115a7669 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 23 Aug 2023 13:41:06 +0200 Subject: [PATCH] Fix the CI setup As the default branch of the repository has been renamed, the COMPOSER_ROOT_VERSION cannot be set to dev-main relying on the branch alias as there is no such branch alias anymore. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f60367d..c96b09d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: - COMPOSER_ROOT_VERSION: dev-main + COMPOSER_ROOT_VERSION: 1.x-dev SYMFONY_PHPUNIT_VERSION: 9.5 strategy: