Skip to content

Commit

Permalink
Update workflow versions in coding-standards and static-analysis
Browse files Browse the repository at this point in the history
Reverted workflow versions for both coding-standards and static-analysis jobs from v3 to v1. This change ensures compatibility with existing configurations and avoids potential issues with newer versions.
  • Loading branch information
koriym committed Nov 20, 2024
1 parent e4c5fc6 commit 6b81707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
cs:
uses: ray-di/.github/.github/workflows/coding-standards.yml@v3
uses: ray-di/.github/.github/workflows/coding-standards.yml@v1
with:
php_version: 8.3
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
sa:
uses: ray-di/.github/.github/workflows/static-analysis.yml@v3
uses: ray-di/.github/.github/workflows/static-analysis.yml@v1
with:
php_version: 8.3

0 comments on commit 6b81707

Please sign in to comment.