File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments