switch to use flutter 3.22

This commit is contained in:
Dieter Plaetinck
2024-07-11 19:05:44 +03:00
parent 02961c49dc
commit 8a2d09d374
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
flutter-version: 3.22.x
- name: Flutter info
run: |

View File

@@ -19,7 +19,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.x'
flutter-version: '3.22.x'
- run: dart --version
- run: flutter --version