We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fce83 commit ea94183Copy full SHA for ea94183
Dockerfile
@@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer
16
17
RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini
18
19
-ENV VERSION=1.10.43
+ENV VERSION=1.10.44
20
21
RUN composer global require phpstan/phpstan $VERSION \
22
&& composer global config --no-plugins allow-plugins.phpstan/extension-installer true \
action.yml
@@ -12,4 +12,4 @@ name: 'OSKAR-phpstan'
12
13
runs:
14
using: 'docker'
15
- image: 'docker://oskarstark/phpstan-ga:1.10.43'
+ image: 'docker://oskarstark/phpstan-ga:1.10.44'
0 commit comments