Skip to content

Commit

Permalink
fix: grpc cs
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Sep 8, 2024
1 parent e94e302 commit e3483f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

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

0 comments on commit e3483f7

Please sign in to comment.