We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed956ea + 92d59cc commit 602f70dCopy full SHA for 602f70d
.github/workflows/static-analysis.yaml
@@ -32,5 +32,5 @@ jobs:
32
with:
33
php-version: 7.4
34
- name: Install dependencies
35
- uses: "ramsey/composer-install@v2"
+ uses: "ramsey/composer-install@v3"
36
- run: ${{ matrix.script }}
.github/workflows/tests.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: composer require --dev "symfony/symfony:${{ matrix.symfony }}" --no-update
57
if: matrix.symfony
58
59
60
61
dependency-versions: "${{ matrix.dependencies }}"
62
- name: Run tests
0 commit comments