Commit 23df899

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-07-27 18:06:56
Update CI.yml flutter version
1 parent 59a88ae
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ jobs:
     - uses: actions/checkout@v3
     - uses: subosito/flutter-action@v2
       with:
-        flutter-version: '3.10.0'
+        flutter-version: '3.10.6'
     - run: flutter pub get
     - run: flutter test
 
@@ -35,7 +35,7 @@ jobs:
         java-version: '11'
     - uses: subosito/flutter-action@v2
       with:
-        flutter-version: '3.10.0'
+        flutter-version: '3.10.6'
     - run: flutter pub get
     
     - run: flutter build apk --flavor github --debug