Skip to content

Commit 1a0b249

Browse files
authored
Merge pull request #191 from netglue/renovate/ramsey-composer-install-rollback
Roll back ramsey/composer-install action to 2.2.0
2 parents 3d8b4d2 + c6a3ccf commit 1a0b249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extensions: pcov
2323
coverage: pcov
2424
ini-values: pcov.enabled=1
25-
- uses: "ramsey/composer-install@v2"
25+
- uses: "ramsey/composer-install@2.2.0"
2626
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
2727
- uses: codecov/codecov-action@v3
2828
with:
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
php-version: "8.1"
4242
ini-values: memory_limit=-1
43-
- uses: "ramsey/composer-install@v2"
43+
- uses: "ramsey/composer-install@2.2.0"
4444
- run: composer global config bin-dir /usr/local/bin
4545
- run: "composer global require -W maglnet/composer-require-checker"
4646
- run: "/usr/local/bin/composer-require-checker check"

0 commit comments

Comments
 (0)