@@ -45,7 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
- flutter-version: "3.13.3"
+ flutter-version: "3.13.6"
cache: true
- name: Create the Keystore
@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: dart pub get
@@ -144,7 +144,7 @@ jobs:
- name: Run tests
working-directory: ./mobile
run: flutter test -j 1