Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 5768dc3

Browse files
committed
:octocat:
1 parent a9e28ff commit 5768dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
extensions: ast, curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib
4343

4444
- name: "Update dependencies with composer"
45-
uses: ramsey/composer-install@v2
45+
uses: ramsey/composer-install@v3
4646

4747
- name: "Run phan"
4848
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
@@ -76,7 +76,7 @@ jobs:
7676
extensions: curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib
7777

7878
- name: "Install dependencies with composer"
79-
uses: ramsey/composer-install@v2
79+
uses: ramsey/composer-install@v3
8080

8181
- name: "Run tests with phpunit"
8282
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist
@@ -141,7 +141,7 @@ jobs:
141141
run: pip install sphinx myst-parser sphinx-rtd-theme
142142

143143
- name: "Install dependencies with composer"
144-
uses: ramsey/composer-install@v2
144+
uses: ramsey/composer-install@v3
145145

146146
- name: "Build manual"
147147
run: |

0 commit comments

Comments
 (0)