Skip to content

Commit 9ef0ba7

Browse files
committed
:octocat: update composer-install (ramsey/composer-install#252)
1 parent 900c8ae commit 9ef0ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
extensions: ast, fileinfo, gd, imagick, json, mbstring
4242

4343
- name: "Update dependencies with composer"
44-
uses: ramsey/composer-install@v2
44+
uses: ramsey/composer-install@v3
4545

4646
- name: "Run phan"
4747
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
@@ -75,7 +75,7 @@ jobs:
7575
extensions: fileinfo, gd, imagick, json, mbstring
7676

7777
- name: "Install dependencies with composer"
78-
uses: ramsey/composer-install@v2
78+
uses: ramsey/composer-install@v3
7979

8080
- name: "Run tests with phpunit"
8181
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
@@ -140,7 +140,7 @@ jobs:
140140
run: pip install sphinx myst-parser sphinx-rtd-theme
141141

142142
- name: "Install dependencies with composer"
143-
uses: ramsey/composer-install@v2
143+
uses: ramsey/composer-install@v3
144144

145145
- name: "Build QROptions doc"
146146
run: php docs/qroptions-doc.php

0 commit comments

Comments
 (0)