File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.0 .1-alpine
1+ FROM --platform=linux/amd64 php:8.1-alpine
22
33LABEL "com.github.actions.name" ="PHP-CS-Fixer"
44LABEL "com.github.actions.description" ="check php files"
55LABEL "com.github.actions.icon" ="check"
66LABEL "com.github.actions.color" ="blue"
77
8- RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.3 /php-cs-fixer.phar -O php-cs-fixer \
8+ RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.13.0 /php-cs-fixer.phar -O php-cs-fixer \
99 && chmod a+x php-cs-fixer \
1010 && mv php-cs-fixer /usr/local/bin/php-cs-fixer
1111
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ version: '3.8'
33services :
44 php-cs-fixer :
55 build : .
6- image : public.ecr.aws/u9q7y3l4/github-actions-php-cs-fixer
6+ image : public.ecr.aws/u9q7y3l4/github-actions-php-cs-fixer:v3.13.0
77
You can’t perform that action at this time.
0 commit comments