patrol
patrol copied to clipboard
We need to secure the detection of incompatible versions between patrol_cli and patrol
Current state:
patrol_clihas a feature to verify whether currently usedpatrol_cliis compatible withpatrolin the app. But it require to fill list of_cliVersionRangeand_patrolVersionRangewhat has not been done recently.- There's compatibility-table.mdx in docs.
- We add info about minimum required version in patrol_cli changelog e.g.: https://pub.dev/packages/patrol_cli/changelog#310
What has to be done:
- [ ] Create one file to store compatibility lists, instead of keeping it in private variables inside project.
- [ ] Add GHA tests that checks, whether newest
patrol_cliis compatible withpatrolversions as listed in the file above. Also checks if that newestpatrol_cliversion has it's entry in that file. - [ ] Generate compatibility-table.mdx from that list.
Related: #2330
Do we think this can be closed now that #2579 was merged? I think it also means #2330 can be closed.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.