feat: Support Flutter 3.24

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
validcube
2024-08-27 21:01:41 +07:00
parent f6bfe0d3f9
commit 3d8318da14
5 changed files with 27 additions and 10 deletions

View File

@ -61,7 +61,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.22.x
flutter-version: 3.24.x
cache: ${{ inputs.flutter-cache }}
- name: Get dependencies

View File

@ -36,7 +36,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.22.x
flutter-version: 3.24.x
- name: Install dependencies
run: npm ci

View File

@ -25,7 +25,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
flutter-version: 3.22.x
flutter-version: 3.24.x
- name: Sync translations from Crowdin
uses: crowdin/github-action@v1