Skip to content

Commit 131a73e

Browse files
committed
:octocat:
1 parent b31e247 commit 131a73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
extensions: ast, curl, fileinfo, intl, json, mbstring, simplexml, zlib
4444

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

4848
- name: "Run phan"
4949
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
@@ -108,7 +108,7 @@ jobs:
108108
extensions: curl, fileinfo, intl, json, mbstring, simplexml, zlib
109109

110110
- name: "Install dependencies with composer"
111-
uses: ramsey/composer-install@v2
111+
uses: ramsey/composer-install@v3
112112

113113
- name: "Run tests with phpunit"
114114
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist

0 commit comments

Comments
 (0)