File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2828 os : [ubuntu-latest]
2929 coverage-extension : [pcov]
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - name : Use php ${{ matrix.php-version }}
3333 uses : shivammathur/setup-php@v2
3434 with :
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
8383# phpDocumentor executable file
8484PHPDOC =$(shell which phpDocumentor)
8585
86+ # phpstan version
87+ PHPSTANVER =2.1.32
88+
8689# --- MAKE TARGETS ---
8790
8891# Display general help about this command
@@ -170,7 +173,7 @@ endif
170173deps : ensuretarget
171174 rm -rf ./vendor/*
172175 ($( COMPOSER) install -vvv --no-interaction)
173- curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.1.2 /phpstan.phar \
176+ curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/${PHPSTANVER} /phpstan.phar \
174177 && chmod +x ./vendor/phpstan.phar
175178
176179# Generate source code documentation
Original file line number Diff line number Diff line change 1- 2.0.24
1+ 2.0.26
Original file line number Diff line number Diff line change 2424 "require-dev" : {
2525 "pdepend/pdepend" : " 2.16.2" ,
2626 "phpmd/phpmd" : " 2.15.0" ,
27- "phpunit/phpunit" : " 12.2.0 || 11.5.7 || 10.5.40 " ,
28- "squizlabs/php_codesniffer" : " 3.13.0 "
27+ "phpunit/phpunit" : " 12.4.4 || 11.5.44 || 10.5.58 " ,
28+ "squizlabs/php_codesniffer" : " 4.0.1 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments