Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for PHP 7.4 #377

Closed
wants to merge 1 commit into from

Conversation

kevincobain2000
Copy link
Member

@kevincobain2000 kevincobain2000 commented Jul 1, 2024

Updates the repository to drop support for PHP 7.4 and exclusively support PHP versions 8.0 and above.

  • composer.json adjustments:
    • Updates the PHP version requirement to "php": "^8.0", effectively dropping support for PHP 7.4.
  • .github/workflows/phptest.yml modifications:
    • Removes PHP 7.4 from the test matrix, ensuring that automated tests now run only on PHP versions 8.0 and above.
    • Adjusts the exclude section by removing conditions related to PHP 7.4, streamlining the testing process for supported PHP versions.

For more details, open the Copilot Workspace session.

@kevincobain2000 kevincobain2000 deleted the kevincobain2000/drop-php74-support branch July 1, 2024 02:58
@kevincobain2000
Copy link
Member Author

Generated by AI, was testing it.

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.

1 participant