Skip to content

Commit

Permalink
Update CI workflows to use PHP 8.4
Browse files Browse the repository at this point in the history
Replaced PHP 8.3 with PHP 8.4 in static analysis and coding standards workflows. Removed the `old_stable` configuration from the CI workflow and set `current_stable` to 8.4. These changes align the workflows with the latest stable PHP version.
  • Loading branch information
koriym committed Feb 1, 2025
1 parent e2762b5 commit f1c16e6
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -9,4 +9,4 @@ jobs:
cs:
uses: ray-di/.github/.github/workflows/coding-standards.yml@v1
with:
php_version: 8.3
php_version: 8.4
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.4", "8.0", "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 @@ -9,5 +9,5 @@ jobs:
sa:
uses: ray-di/.github/.github/workflows/static-analysis.yml@v1
with:
php_version: 8.3
php_version: 8.4
has_crc_config: false

0 comments on commit f1c16e6

Please sign in to comment.