Skip to content

Commit 82bce89

Browse files
committed
ci: upgrade flutter version on ci build
Signed-off-by: OctagonalStar <76486554+OctagonalStar@users.noreply.github.com>
1 parent 03a7ded commit 82bce89

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/FlutterBuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: subosito/flutter-action@v2
1919
with:
2020
channel: stable
21-
flutter-version: '3.35.5'
21+
flutter-version: '3.41.0'
2222
- name: Decode keystore
2323
run: |
2424
echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode > android/release.jks
@@ -55,7 +55,7 @@ jobs:
5555
uses: subosito/flutter-action@v2
5656
with:
5757
channel: stable
58-
flutter-version: '3.35.5'
58+
flutter-version: '3.41.0'
5959

6060
- run: flutter pub get
6161
- run: flutter build windows
@@ -75,7 +75,7 @@ jobs:
7575
uses: subosito/flutter-action@v2
7676
with:
7777
channel: stable
78-
flutter-version: '3.35.5'
78+
flutter-version: '3.41.0'
7979

8080
- run: flutter pub get
8181
- run: flutter build macos
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- uses: subosito/flutter-action@v2
9797
with:
98-
flutter-version: '3.35.5'
98+
flutter-version: '3.41.0'
9999
- run: flutter pub get
100100
- run: flutter build web --release --base-href /arabic_learning/
101101

.github/workflows/FlutterBuildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: subosito/flutter-action@v2
1616
with:
1717
channel: stable
18-
flutter-version: '3.35.5'
18+
flutter-version: '3.41.0'
1919

2020
- run: flutter pub get
2121
- run: flutter build windows
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: subosito/flutter-action@v2
3434
with:
35-
flutter-version: '3.35.5'
35+
flutter-version: '3.41.0'
3636
- run: flutter pub get
3737
- run: flutter build web --release
3838
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)