-
Notifications
You must be signed in to change notification settings - Fork 0
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 10 #14
Laravel 10 #14
Conversation
dbd12a4
to
c9b9e76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah!
Tested locally and can verify the following works:
Unverified stuff:
|
- name: Static analysis | ||
run: vendor/bin/phpstan --memory-limit=512M analyze | ||
|
||
- name: Migrate phpunit schema |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running dependency-version: [prefer-lowest, prefer-stable]
, the versions don't use the same schema so need to migrate it before running
Based on this guide on maintenance branches, we should create the |
441134e
to
e14bcb4
Compare
BREAKING CHANGE: Requires Laravel v10 or above fix: phpstan ignore mocks fix: add missing package test: add test with attachments included ci: only run supported versions of php chore: clean up fix: change method to set attachment headers ci: change phpunit schema in runtime fix: fix typing fix: include phpunit and phpstan in composer.json ci: update workflow build: basic docker compose for local development feat: Laravel 10 compatability
e14bcb4
to
906b14f
Compare
The base branch was changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job!
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Todo
Create new branch
v2
where this should merge to