Skip to content

Commit

Permalink
Update PHP version in GitHub workflows to 8.3
Browse files Browse the repository at this point in the history
Upgraded the PHP version from 8.1 to 8.3 in both static analysis and coding standards GitHub Action workflows. This ensures compatibility with the latest language features and improvements.
  • Loading branch information
koriym committed Sep 7, 2024
1 parent ad915d6 commit b9276c1
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 @@ -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/demo-php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: cs2pr
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
sa:
uses: ray-di/.github/.github/workflows/static-analysis.yml@v1
with:
php_version: 8.1
php_version: 8.3

0 comments on commit b9276c1

Please sign in to comment.