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

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 6, 2024
1 parent a9e28ff commit 5768dc3
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 @@ -42,7 +42,7 @@ jobs:
extensions: ast, curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib

- 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 @@ -76,7 +76,7 @@ jobs:
extensions: curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib

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

- name: "Run tests with phpunit"
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist
Expand Down Expand Up @@ -141,7 +141,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 manual"
run: |
Expand Down

0 comments on commit 5768dc3

Please sign in to comment.