Skip to content

Commit e3483f7

Browse files
committedSep 8, 2024
fix: grpc cs
1 parent e94e302 commit e3483f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/coding_style_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Run Coding Style Checks
14-
run: docker run --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.0 php-cs-fixer fix --dry-run
14+
run: docker run --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.1 php-cs-fixer fix --dry-run

0 commit comments

Comments
 (0)