Skip to content

Commit

Permalink
feat: add symfony 70 support
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Jan 2, 2025
1 parent 4bb3fbd commit c5df8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install Composer dependencies
run: |
composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
rm -rf composer.lock
composer require symfony/console:${{ matrix.symfony }} symfony/dependency-injection:${{ matrix.symfony }} symfony/framework-bundle:${{ matrix.symfony }} symfony/http-kernel:${{ matrix.symfony }} symfony/runtime:${{ matrix.symfony }}
- name: Cache dependencies
Expand Down

0 comments on commit c5df8d7

Please sign in to comment.