Jonny Borges
Committed by GitHub

Update flutter version in CI/CD main.yml

@@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
23 # https://github.com/marketplace/actions/flutter-action 23 # https://github.com/marketplace/actions/flutter-action
24 - uses: subosito/flutter-action@v2 24 - uses: subosito/flutter-action@v2
25 with: 25 with:
26 - flutter-version: "3.13.1" 26 + flutter-version: "3.19.3"
27 channel: "stable" 27 channel: "stable"
28 - run: flutter pub get 28 - run: flutter pub get
29 #- run: flutter analyze 29 #- run: flutter analyze