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 507d932 commit 36d5538Copy full SHA for 36d5538
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.2-alpine
+FROM php:8.3-alpine
2
3
LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer"
4
LABEL "com.github.actions.description"="check php files"
examples/.github/workflows/push.yml
@@ -5,7 +5,7 @@ jobs:
5
name: PHP-CS-Fixer
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
9
- name: PHP-CS-Fixer
10
uses: docker://oskarstark/php-cs-fixer-ga
11
with:
0 commit comments