Skip to content

Commit

Permalink
Merge pull request #180 from bearsunday/php8.4
Browse files Browse the repository at this point in the history
Enable php8.4 compat
  • Loading branch information
koriym authored Nov 2, 2024
2 parents 269de10 + 2a1734d commit 91ccb9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable
with:
old_stable: '["8.0", "8.1"]'
current_stable: 8.2
next_stable: 8.3
old_stable: '["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.1
php_version: 8.3
has_crc_config: true

0 comments on commit 91ccb9e

Please sign in to comment.