Skip to content

Remove PHP 7.4 from CI test matrix#26

Merged
matasarei merged 2 commits intomasterfrom
copilot/remove-ci-workflow-phpunit-tests
Jan 30, 2026
Merged

Remove PHP 7.4 from CI test matrix#26
matasarei merged 2 commits intomasterfrom
copilot/remove-ci-workflow-phpunit-tests

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 30, 2026

The minimum PHP version requirement is 8.0 per composer.json, but the CI workflow was still running PHPUnit tests against PHP 7.4.

Changes

  • Removed PHP 7.4 from the PHPUnit test matrix in .github/workflows/main.yml
  • CI now tests only supported versions: 8.0, 8.1, 8.2, 8.3, 8.4
Original prompt

Remove CI workflow / PHPUnit tests (7.4) as the minimal PHP version is bumped to 8.0


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: matasarei <6638367+matasarei@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove CI workflow and PHPUnit tests for PHP 7.4 Remove PHP 7.4 from CI test matrix Jan 30, 2026
Copilot AI requested a review from matasarei January 30, 2026 11:53
@matasarei matasarei marked this pull request as ready for review January 30, 2026 11:55
@matasarei matasarei merged commit f662044 into master Jan 30, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants