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

Add supported Laravel 11+ #12

Merged
merged 4 commits into from
Aug 26, 2024
Merged

Conversation

parsilver
Copy link
Contributor

@parsilver parsilver commented Aug 26, 2024

Add support for Laravel 11+.

  • composer.json

    • Update the require section to include "illuminate/contracts": "^10.0|^11.0".
  • .github/workflows/run-tests.yml

    • Add Laravel 11 to the matrix configuration for testing.
    • Include specific matrix configuration for Laravel 11 with testbench: 8.* and carbon: ^2.63.

For more details, open the Copilot Workspace session.

Add support for Laravel 11+.

* **composer.json**
  - Update the `require` section to include `"illuminate/contracts": "^10.0|^11.0"`.

* **.github/workflows/run-tests.yml**
  - Add Laravel 11 to the matrix configuration for testing.
  - Include specific matrix configuration for Laravel 11 with `testbench: 8.*` and `carbon: ^2.63`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/farzai/laravel-twitch?shareId=XXXX-XXXX-XXXX-XXXX).
@parsilver
Copy link
Contributor Author

Update GitHub Actions workflow to include Laravel 11 and PHP 8.3 in the matrix configuration

  • Matrix Configuration
    • Add PHP 8.3 to the matrix configuration for testing
    • Update Laravel 11 configuration to use Testbench 9

…he matrix configuration

* **Matrix Configuration**
  - Add PHP 8.3 to the matrix configuration for testing
  - Update Laravel 11 configuration to use Testbench 9
@parsilver
Copy link
Contributor Author

Update GitHub Actions workflow for testing

  • Remove specific testbench and carbon versions from matrix configuration

* Remove specific testbench and carbon versions from matrix configuration
@parsilver parsilver merged commit eff1752 into main Aug 26, 2024
25 checks passed
@parsilver parsilver deleted the parsilver/add-laravel-11-support branch August 26, 2024 05:07
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