RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix checks for Pull Requests

theperu opened this issue · comments

For a while we had this issue that the checks fail for every new PR. From my understanding we are using the wrong Dart SDK version (3.1.0) while it should be >=3.1.5 and <4.0.0

Yeah, problem is surely this. Workflow configuration file, however, is correctly running on SDK version 3.16.0 as you can see here:

flutter-version: '3.16.5'

So it's not clear to me where the problem is.. i will try to investigate further

Maybe we could try running flutter upgrade --dart just to make sure that we have the latest compatible version of Dart?

I don't think this is related to our local environments. Now seems that clearing GH Actions cache (again) does the job... let me check again on that on next days.

...but now there are a couple of problems on tests, which were hidden 'till now by this issue! 🤣

Understood 👍🏻😂