Skip to content

Commit

Permalink
Update PHP version to 8.3 in GitHub workflows
Browse files Browse the repository at this point in the history
Upgraded the PHP version from 8.2 to 8.3 in static-analysis and coding-standards workflow files. This ensures compatibility with the latest PHP features and security updates.
  • Loading branch information
koriym committed Nov 3, 2024
1 parent 8bf20d1 commit a713aec
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 @@ -9,4 +9,4 @@ jobs:
cs:
uses: ray-di/.github/.github/workflows/coding-standards.yml@v1
with:
php_version: 8.2
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 @@ -9,6 +9,6 @@ jobs:
sa:
uses: ray-di/.github/.github/workflows/static-analysis.yml@v1
with:
php_version: 8.2
php_version: 8.3
has_crc_config: true

0 comments on commit a713aec

Please sign in to comment.