Skip to content

Commit

Permalink
Remove deprecated PHP versions from CI workflow
Browse files Browse the repository at this point in the history
Dropped support for PHP 7.3, 7.4, and 8.0 in the CI configuration. This ensures the workflow focuses on currently supported and actively maintained PHP versions, improving test relevance and coverage.
  • Loading branch information
koriym committed Jan 9, 2025
1 parent 125fe69 commit 30e4685
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- ubuntu-latest
- windows-latest
php-version:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
Expand Down

0 comments on commit 30e4685

Please sign in to comment.