Skip to content

Commit

Permalink
Update GitHub Actions to use newer workflow versions
Browse files Browse the repository at this point in the history
Updated coding standards, continuous integration, and static analysis workflows to version 3. This helps ensure compatibility with PHP 8.3 and new stable versions.
  • Loading branch information
koriym committed Nov 19, 2024
1 parent 96945ae commit cc380f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v1
uses: ray-di/.github/.github/workflows/coding-standards.yml@v3
with:
php_version: 8.3
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v3
with:
old_stable: '["8.1", "8.2", "8.3"]'
current_stable: 8.4
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@v1
uses: ray-di/.github/.github/workflows/static-analysis.yml@v3
with:
php_version: 8.3

0 comments on commit cc380f9

Please sign in to comment.