patrol_cli has a feature to verify whether currently used patrol_cli is compatible with patrol in the app. But it require to fill list of _cliVersionRange and _patrolVersionRange what has not been done recently.
[ ] Create one file to store compatibility lists, instead of keeping it in private variables inside project.
[ ] Add GHA tests that checks, whether newest patrol_cli is compatible with patrol versions as listed in the file above. Also checks if that newest patrol_cli version has it's entry in that file.
[ ] Generate compatibility-table.mdx from that list.
Current state:
patrol_cli
has a feature to verify whether currently usedpatrol_cli
is compatible withpatrol
in the app. But it require to fill list of_cliVersionRange
and_patrolVersionRange
what has not been done recently.What has to be done:
patrol_cli
is compatible withpatrol
versions as listed in the file above. Also checks if that newestpatrol_cli
version has it's entry in that file.