-
Notifications
You must be signed in to change notification settings - Fork 45
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
Test all officially supported versions of Prisma in CI #69
Comments
CC @janpio fyi thought you might find this one interesting |
Indeed 👍 I think you can limit Prisma version testing to one Node version, and potentially also OS as you are testing the current Prisma version on all of those and Prisma itself is being tested on all relevant Node versions and OS. |
Does this sound good to you?
|
Also: we should note in the docs that officially supporting a version of Prisma means only its latest patch version under that minor series. So yes This detail reflects the testing strategy and thus keeps things more honest/accurate. The implication is that if there is a bug with the combo of Nexus Prisma and 2.24.0 but NOT 2.24.1 then we wouldn't be obliged to do anything in Nexus Prisma. |
Yep, that all makes a lot of sense. |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What
Why
How
Notes
The text was updated successfully, but these errors were encountered: