Skip to content

Commit

Permalink
Update PHP versions in CI workflow configuration
Browse files Browse the repository at this point in the history
Include PHP 8.3 in old_stable and set current_stable to 8.4. This ensures that the CI pipeline tests against a wider range of PHP versions, providing better coverage and compatibility checks.
  • Loading branch information
koriym committed Nov 3, 2024
1 parent e7df832 commit 8bf20d1
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.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3
old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
current_stable: 8.4
script: demo/run.php

0 comments on commit 8bf20d1

Please sign in to comment.