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

Allow Laravel 9 and improve CI #32

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Allow Laravel 9 and improve CI #32

merged 2 commits into from
Feb 17, 2022

Conversation

leohubert
Copy link
Contributor

@leohubert leohubert commented Feb 17, 2022

Summary

Here are the changes for issue #31.
In addition I took the liberty of improving CI by adding all supported versions of php.

Issue

#31

Type of Change

  • 🚀 New Feature
  • 🐛 Bug Fix
  • 🔨 Refactor
  • ❓ [Other]

laravel/legacy-factories require php7.3 minimum
@leohubert
Copy link
Contributor Author

laravel/legacy-factories with a minimum version of 1.0.4 requires php7.3 minimum so I removed php7.2 support.

@@ -6,24 +6,28 @@ jobs:
phpunit:
runs-on: ubuntu-latest

strategy:
matrix:
php: [ '7.3', '7.4', '8.0', '8.1' ]
Copy link
Owner

Choose a reason for hiding this comment

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

Thank you @leohubert . Didn't know how to set this up. Excellent work! 👍

@asantibanez asantibanez merged commit ef11882 into asantibanez:master Feb 17, 2022
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