Skip to content

Commit 4aa313b

Browse files
committed
Bump PHP CS Fixer
1 parent 1c7c3a0 commit 4aa313b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
FROM php:8.0.1-alpine
22

3-
LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer"
3+
LABEL "com.github.actions.name"="PHP-CS-Fixer"
44
LABEL "com.github.actions.description"="check php files"
55
LABEL "com.github.actions.icon"="check"
66
LABEL "com.github.actions.color"="blue"
77

8-
LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
9-
LABEL "homepage"="http://github.com/actions"
10-
LABEL "maintainer"="Oskar Stark <[email protected]>"
11-
12-
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.2/php-cs-fixer.phar -O php-cs-fixer \
8+
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.3/php-cs-fixer.phar -O php-cs-fixer \
139
&& chmod a+x php-cs-fixer \
1410
&& mv php-cs-fixer /usr/local/bin/php-cs-fixer
1511

0 commit comments

Comments
 (0)