Skip to content

Commit

Permalink
:octocat: update composer-install (ramsey/composer-install#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 6, 2024
1 parent 900c8ae commit 9ef0ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
extensions: ast, fileinfo, gd, imagick, json, mbstring

- name: "Update dependencies with composer"
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

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

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

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

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: "Build QROptions doc"
run: php docs/qroptions-doc.php
Expand Down

0 comments on commit 9ef0ba7

Please sign in to comment.