Skip to content

Commit 017adae

Browse files
authored
CI: run PHP CS Fixer on PHP 8.2
1 parent c5d841b commit 017adae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: PHP-CS-Fixer
24-
uses: docker://oskarstark/php-cs-fixer-ga
24+
uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.2
2525
with:
26-
args: --diff --dry-run
26+
args: check --diff --using-cache=no
2727

2828
linters:
2929
name: Linters

0 commit comments

Comments
 (0)