Skip to content

Commit

Permalink
Update CI workflow for PHP versions
Browse files Browse the repository at this point in the history
Add PHP 8.3 to old_stable and update current_stable to PHP 8.4. This ensures compatibility checks with the latest PHP versions.
  • Loading branch information
koriym committed Nov 21, 2024
1 parent 407eb7a commit e913258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: '["8.1", "8.2"]'
current_stable: 8.3
old_stable: '["8.1", "8.2", "8.3"]'
current_stable: 8.4

0 comments on commit e913258

Please sign in to comment.