Skip to content

Commit

Permalink
Merge pull request #2413 from IonBazan/cs-update
Browse files Browse the repository at this point in the history
Use PHP 8.1 to run CS
  • Loading branch information
malarzm authored Feb 22, 2022
2 parents a1a6a0f + 56daf16 commit fb42c10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
with:
php-version: "8.1"

0 comments on commit fb42c10

Please sign in to comment.