Skip to content

Commit 4e8fc07

Browse files
committed
Enhancement: Upgrade to PHPStan 2.1.51
1 parent 651ae3b commit 4e8fc07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer
1616

1717
RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini
1818

19-
ENV VERSION=2.1.50
19+
ENV VERSION=2.1.51
2020

2121
RUN composer global require phpstan/phpstan $VERSION \
2222
&& composer global config --no-plugins allow-plugins.phpstan/extension-installer true \

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name: 'OSKAR-phpstan'
1212

1313
runs:
1414
using: 'docker'
15-
image: 'docker://oskarstark/phpstan-ga:2.1.50'
15+
image: 'docker://oskarstark/phpstan-ga:2.1.51'

0 commit comments

Comments
 (0)