Skip to content

Commit 305713b

Browse files
committed
fix to use composer/install v2
1 parent 1e523a6 commit 305713b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
coverage: none
2626
ini-values: zend.assertions=1
2727

28-
- uses: "ramsey/composer-install@v1"
28+
- uses: "ramsey/composer-install@v2"
2929

3030
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)