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

Laravel 11 support #22

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Laravel 11 support #22

merged 3 commits into from
Mar 23, 2024

Commits on Mar 23, 2024

  1. Update package versions in composer.json

    This commit updates the required versions for "abordage/og-images", "illuminate/support", "nunomaduro/collision" and "orchestra/testbench" in composer.json. It ensures compatibility with the newer versions of these packages, therefore maintaining project stability.
    abordage committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3ea77f7 View commit details
    Browse the repository at this point in the history
  2. Update PHP and Laravel versions in GitHub Actions workflow

    This commit introduces additional PHP (8.3) and Laravel (11.*) versions in the tests.yml workflow file. It expands the test coverage to include these new versions and outlines which combinations of versions to exclude from testing, ensuring broad version compatibility and preventing potential issues.
    abordage committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    99dd62c View commit details
    Browse the repository at this point in the history
  3. Update PHP and Laravel versions in README.md

    The README.md file has been updated to reflect the increased compatibility of the software. It now includes PHP 8.3 and Laravel 11.x in the list of supported versions, providing users with more options and ensuring the software remains up-to-date.
    abordage committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e41c8f7 View commit details
    Browse the repository at this point in the history