Skip to content

Commit 5782a38

Browse files
committed
:octocat: CI update
1 parent 6232f8c commit 5782a38

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ jobs:
5353
run: composer validate --no-interaction --ansi --verbose --with-dependencies
5454

5555
- name: "Install dependencies with composer"
56-
uses: ramsey/composer-install@v3
56+
uses: ramsey/composer-install@v4
5757

5858
- name: "Run PHPCodeSniffer"
5959
run: php vendor/bin/phpcs
6060

6161
- name: "Run phan"
6262
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
6363

64-
- name: "Run PHPStan"
65-
run: php vendor/bin/phpstan
64+
# - name: "Run PHPStan"
65+
# run: php vendor/bin/phpstan
6666

6767

6868
tests:
@@ -93,13 +93,13 @@ jobs:
9393
coverage: pcov
9494

9595
- name: "Install dependencies with composer"
96-
uses: ramsey/composer-install@v3
96+
uses: ramsey/composer-install@v4
9797

9898
- name: "Run tests with phpunit"
9999
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
100100

101101
- name: "Send code coverage report to Codecov.io"
102-
uses: codecov/codecov-action@v4
102+
uses: codecov/codecov-action@v6
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}
105105
files: .build/coverage/clover.xml

0 commit comments

Comments
 (0)