Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 23, 2025

This PR updates the GitHub Actions workflow to include PHP 8.4 testing alongside the existing PHP 8.3 tests. The change ensures that the codebase is tested against the latest PHP version to catch compatibility issues early as PHP evolves.

Changes

  • Updated .github/workflows/ci.yaml to include PHP 8.4 in the version matrix
  • The CI now runs tests on both PHP 8.3 and PHP 8.4 with both lowest and highest dependency versions

Testing Matrix

The workflow now covers:

  • PHP 8.3 with lowest dependencies
  • PHP 8.3 with highest dependencies
  • PHP 8.4 with lowest dependencies
  • PHP 8.4 with highest dependencies

This provides comprehensive coverage across PHP versions while maintaining backward compatibility testing.

Fixes #4.


✨ 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: erikgaal <1234268+erikgaal@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Actions workflow to test on PHP 8.4 Add PHP 8.4 to GitHub Actions CI matrix Sep 23, 2025
Copilot AI requested a review from erikgaal September 23, 2025 13:01
@erikgaal erikgaal marked this pull request as ready for review September 23, 2025 13:10
@erikgaal erikgaal merged commit 2134f7a into main Sep 23, 2025
1 of 4 checks passed
@erikgaal erikgaal deleted the copilot/fix-4 branch September 23, 2025 13:13
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.

Update GitHub Actions workflow to test on PHP 8.4

2 participants