Skip to content

Commit

Permalink
Update CI workflow to target PHP 8.4 as current stable
Browse files Browse the repository at this point in the history
Removed PHP 8.4 from the old stable versions and updated the current stable version to 8.4. This ensures the workflow aligns with the latest stable PHP release.
  • Loading branch information
koriym committed Jan 11, 2025
1 parent f119d7e commit 6b5bbff
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: '["8.1", "8.2", "8.3", "8.4"]'
current_stable: 8.3
old_stable: '["8.1", "8.2", "8.3"]'
current_stable: 8.4
script: demo/run.php

0 comments on commit 6b5bbff

Please sign in to comment.