Skip to content

Commit

Permalink
Update GitHub Actions workflow versions to v1
Browse files Browse the repository at this point in the history
Revert the version of coding-standards and static-analysis workflows from v3 to v1 for better compatibility. This ensures the workflows align with the PHP version 8.3 requirement.
  • Loading branch information
koriym committed Nov 19, 2024
1 parent 5e08555 commit 61256ef
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 61256ef

Please sign in to comment.