From befecb10b17d44bcd142cccd636bc4e0ebd61b8e Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Mon, 15 Jan 2024 15:38:20 +0100 Subject: [PATCH] Fix CI for Yaml incompatibility --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1477f46..c78c8b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Install the dependencies run: | - composer require symfony/framework-bundle:^${{ matrix.symfony }} symfony/http-foundation:^${{ matrix.symfony }} + composer require symfony/framework-bundle:^${{ matrix.symfony }} symfony/http-foundation:^${{ matrix.symfony }} symfony/yaml:^${{ matrix.symfony }} composer install --no-interaction --no-suggest - name: Run the unit tests