Skip to content

Commit 166dee7

Browse files
Merge pull request #86 from OctagonalStar/dev
ci: upgrade ci flutter version
2 parents 76dcc67 + 6a9edff commit 166dee7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/FlutterBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: subosito/flutter-action@v2
5656
with:
5757
channel: stable
58-
flutter-version: '3.41.0'
58+
flutter-version: '3.44.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.41.0'
78+
flutter-version: '3.44.0'
7979

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

0 commit comments

Comments
 (0)