Skip to content

Commit

Permalink
Update PHP versions in GitHub workflows
Browse files Browse the repository at this point in the history
The PHP versions in the continuous-integration.yml and coding-standards.yml GitHub workflow files have been updated. The old_stable version in the continuous integration file has been changed to 8.1 and 8.2, while the PHP version in the coding standards file has been updated to 8.3 to match the project's updated dependencies.
  • Loading branch information
koriym committed Apr 19, 2024
1 parent 76749fd commit e10074a
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.1
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 @@ -9,5 +9,5 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.4", "8.0", "8.1", "8.2"]'
old_stable: '["8.1", "8.2"]'
current_stable: 8.3

0 comments on commit e10074a

Please sign in to comment.