We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77aabd commit 739c2c7Copy full SHA for 739c2c7
.github/workflows/continuous-integration.yml
@@ -85,7 +85,7 @@ jobs:
85
run: "composer config minimum-stability ${{ matrix.stability }}"
86
87
- name: "Install dependencies with Composer"
88
- uses: "ramsey/composer-install@v2"
+ uses: "ramsey/composer-install@v3"
89
with:
90
dependency-versions: "${{ matrix.dependencies }}"
91
.github/workflows/static-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
run: "composer config minimum-stability stable"
31
32
33
34
35
- name: "Run a static analysis with vimeo/psalm"
36
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --php-version=${{ matrix.php-version }}"
0 commit comments