Skip to content

Commit a57544f

Browse files
authored
Use ramsey/composer-install@v2 (#1061)
1 parent 58fea65 commit a57544f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ini-values: "zend.assertions=1"
4040

4141
- name: "Install dependencies with Composer"
42-
uses: "ramsey/composer-install@v1"
42+
uses: "ramsey/composer-install@v2"
4343
with:
4444
dependency-versions: "${{ matrix.dependencies }}"
4545
composer-options: "${{ matrix.composer-options }}"
@@ -93,7 +93,7 @@ jobs:
9393
coverage: "none"
9494

9595
- name: "Install dependencies with Composer"
96-
uses: "ramsey/composer-install@v1"
96+
uses: "ramsey/composer-install@v2"
9797

9898
- name: "Run PHPBench"
9999
run: "composer bench"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
tools: "cs2pr"
3131

3232
- name: "Install dependencies with Composer"
33-
uses: "ramsey/composer-install@v1"
33+
uses: "ramsey/composer-install@v2"
3434

3535
- name: "Run a static analysis with phpstan/phpstan"
3636
run: "vendor/bin/phpstan --error-format=checkstyle | cs2pr"

0 commit comments

Comments
 (0)