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.
1 parent 725dd90 commit 423a49eCopy full SHA for 423a49e
.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
@@ -52,7 +52,7 @@ jobs:
52
run: composer require --dev "symfony/symfony:${{ matrix.symfony }}" --no-update
53
if: matrix.symfony
54
55
56
57
dependency-versions: "${{ matrix.dependencies }}"
58
- name: Run tests
0 commit comments