Skip to content

Commit

Permalink
Update PHP versions in CI configuration
Browse files Browse the repository at this point in the history
Expanded the `old_stable` versions array to include 8.31 and updated `current_stable` to version 8.4. This ensures compatibility testing with the latest PHP versions.
  • Loading branch information
koriym committed Dec 18, 2024
1 parent 45b0308 commit 9a3c6f8
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,6 +9,6 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2", , "8.31"]'
current_stable: 8.4
script: demo/run.php

0 comments on commit 9a3c6f8

Please sign in to comment.