We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d71fd commit bf716b2Copy full SHA for bf716b2
.github/workflows/tests.yml
@@ -38,10 +38,6 @@ jobs:
38
cp tests/acceptance.conf.php.default tests/acceptance.conf.php
39
cp tests/smoke.conf.php.default tests/smoke.conf.php
40
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
-
45
- name: Install dependencies
46
uses: nick-fields/retry@v3
47
with:
0 commit comments