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 fbcf7fc commit 890a18dCopy full SHA for 890a18d
.github/workflows/static-analysis.yaml
@@ -30,5 +30,5 @@ jobs:
30
with:
31
php-version: 7.4
32
- name: Install dependencies
33
- uses: "ramsey/composer-install@v1"
+ uses: "ramsey/composer-install@v2"
34
- run: ${{ matrix.script }}
.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: composer require --dev "symfony/symfony:${{ matrix.symfony }}" --no-update
51
if: matrix.symfony
52
53
54
55
dependency-versions: "${{ matrix.dependencies }}"
56
- name: Run tests
0 commit comments