Commit 0365e35

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-21 19:42:31
Update CI flutter versions
1 parent f8c7cd4
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
     - uses: actions/checkout@v3
     - uses: subosito/flutter-action@v2
       with:
-        flutter-version: '3.13.9'
+        flutter-version: '3.18.0'
     - run: flutter pub get
     - run: flutter test
 
@@ -36,7 +36,7 @@ jobs:
         java-version: '11'
     - uses: subosito/flutter-action@v2
       with:
-        flutter-version: '3.13.9'
+        flutter-version: '3.18.0'
     - run: flutter pub get
     
     - run: flutter build apk --flavor github --debug