Skip to content

Commit

Permalink
Update CI workflow to include PHP 8.3 and 8.4 versions
Browse files Browse the repository at this point in the history
This commit modifies the continuous-integration.yml file to expand the supported PHP versions. It now includes PHP 8.3 in the old_stable and updates current_stable to PHP 8.4.
  • Loading branch information
koriym committed Nov 21, 2024
1 parent 1c6cfbd commit 40050fc
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 40050fc

Please sign in to comment.