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 support for Laravel 11 #54

Merged
merged 4 commits into from
Mar 11, 2024
Merged

Add support for Laravel 11 #54

merged 4 commits into from
Mar 11, 2024

Conversation

mfn
Copy link
Contributor

@mfn mfn commented Feb 18, 2024

Summary

On the way I did some smaller improvements:

  • test also against PHP 8.3
  • bump actions/checkout
  • simplify orchestra/testbench version handling

Comment on lines -41 to +38
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed testbench explicit version here and as part of the matrix: this isn't necessary, as long as all the necessary ranges are given in composer.json, composer will be able to pick the requiredone itself

@@ -36,6 +36,6 @@
"sort-packages": true
},
"require-dev": {
"orchestra/testbench": "^6.25.1|^7.22|^8.0"
"orchestra/testbench": "^6.25.1|^7.22|^8.0|^9.0|9.x-dev"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no release for 9 yet, so for L11 we need to provide 9.x-dev too here. Once 9 is released, we can remove the 9.x-dev

@fntneves fntneves merged commit 5d283f5 into fntneves:master Mar 11, 2024
27 checks passed
@fntneves
Copy link
Owner

Thank you so much for your contribution @mfn!

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