Skip to content

Commit bc757f7

Browse files
committed
Merge branch '5.0.x' into bugfix_27388_send_series_id
2 parents 9f924d5 + b576c48 commit bc757f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l
1919

2020
- name: PHPCSFixer
21-
uses: docker://oskarstark/php-cs-fixer-ga:3.1.0
21+
uses: docker://teltek/php-cs-fixer-ga
2222
with:
2323
args: --config=.php-cs-fixer.dist.php --diff --dry-run

0 commit comments

Comments
 (0)