Skip to content

Commit

Permalink
Fix CI for the bundle subtreesplit (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Jul 24, 2024
1 parent c360741 commit e83c4ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Integration/Symfony/Bundle/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Download dependencies
run: |
composer config minimum-stability dev
composer req symfony/phpunit-bridge --no-update
composer require "phpunit/phpunit=9.6.*" --dev --no-update
composer require "symfony/phpunit-bridge" --dev --no-update
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
- name: Run tests
Expand Down

0 comments on commit e83c4ec

Please sign in to comment.