Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 6, 2024
1 parent 35f1596 commit c2955dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
extensions: ast, apcu, memcached, redis

- 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 @@ -110,7 +110,7 @@ jobs:
ini-values: apc.enable=1, apc.enable_cli=1

- name: "Update 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

0 comments on commit c2955dc

Please sign in to comment.