Skip to content

Commit

Permalink
Update CI workflow to use v1 and adjust PHP versions
Browse files Browse the repository at this point in the history
Switched the CI workflow reference from `next_stable` to `v1` for stability. Removed PHP 8.0 from the `old_stable` versions list to align with updated support requirements.
  • Loading branch information
koriym committed Jan 11, 2025
1 parent 6e82a64 commit 1a1576d
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 @@ -7,7 +7,7 @@ on:

jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["8.0", "8.1", "8.2", "8.3"]'
old_stable: '["8.1", "8.2", "8.3"]'
current_stable: 8.4

0 comments on commit 1a1576d

Please sign in to comment.