Skip to content

Commit bf716b2

Browse files
authored
explicit phpunit bridge installation not required anymore
1 parent f9d71fd commit bf716b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
cp tests/acceptance.conf.php.default tests/acceptance.conf.php
3939
cp tests/smoke.conf.php.default tests/smoke.conf.php
4040
41-
- name: Require Symfony PHPUnit Bridge 7.2 for PHP >= 8.1
42-
if: ${{ matrix.php >= 8.1 }}
43-
run: composer require symfony/phpunit-bridge:^7.2 --dev --prefer-dist --no-interaction --no-progress
44-
4541
- name: Install dependencies
4642
uses: nick-fields/retry@v3
4743
with:

0 commit comments

Comments
 (0)