Skip to content

Commit

Permalink
Fix CI for Yaml incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Jan 15, 2024
1 parent 80c4eb5 commit befecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit befecb1

Please sign in to comment.