Skip to content

Commit

Permalink
Remove version constriant on coding-standards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 30, 2024
1 parent 1bded96 commit 546740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.3.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml"
with:
php-version: '8.2'
composer-options: '--prefer-dist --ignore-platform-req=php'
Expand Down

0 comments on commit 546740b

Please sign in to comment.