File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.1 -alpine
1+ FROM php:8.2 -alpine
22
33LABEL "com.github.actions.name" ="OSKAR-phpstan"
44LABEL "com.github.actions.description" ="phpstan"
@@ -9,14 +9,14 @@ LABEL "repository"="http://github.com/oskarstark/phpstan-ga"
99LABEL "homepage" ="http://github.com/actions"
1010LABEL "maintainer" ="Oskar Stark <oskarstark@googlemail.com>"
1111
12- COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer
12+ COPY --from=composer:2.5.5 /usr/bin/composer /usr/local/bin/composer
1313
1414RUN mkdir /composer
1515ENV COMPOSER_HOME=/composer
1616
1717RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini
1818
19- ENV VERSION=1.10.15
19+ ENV VERSION=1.11.0
2020
2121RUN composer global require phpstan/phpstan $VERSION \
2222 && composer global config --no-plugins allow-plugins.phpstan/extension-installer true \
You can’t perform that action at this time.
0 commit comments