Skip to content

Commit 4e8297e

Browse files
authored
Upgrade to PHP 8.2 (#62)
1 parent b37861e commit 4e8297e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-alpine
1+
FROM php:8.2-alpine
22

33
LABEL "com.github.actions.name"="OSKAR-phpstan"
44
LABEL "com.github.actions.description"="phpstan"
@@ -9,14 +9,14 @@ LABEL "repository"="http://github.com/oskarstark/phpstan-ga"
99
LABEL "homepage"="http://github.com/actions"
1010
LABEL "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

1414
RUN mkdir /composer
1515
ENV COMPOSER_HOME=/composer
1616

1717
RUN 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

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

0 commit comments

Comments
 (0)