Skip to content

Commit 01b8ed8

Browse files
authored
Fix CI for the bundle subtreesplit (#1735)
1 parent 5daf604 commit 01b8ed8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Download dependencies
2929
run: |
3030
composer config minimum-stability dev
31-
composer req symfony/phpunit-bridge --no-update
31+
composer require "phpunit/phpunit=9.6.*" --dev --no-update
32+
composer require "symfony/phpunit-bridge" --dev --no-update
3233
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
3334
3435
- name: Run tests

0 commit comments

Comments
 (0)