Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Sep 27, 2024
1 parent 7416bee commit 3986c78
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 190 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
pull_request:


jobs:
build_ios:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.0'
flutter-version: '3.24.3'
- run: "flutter --version"
- run: "flutter pub get"
- run: "flutter build ios -t 'lib/mains/main_netknights.dart' --debug --flavor netknights --no-codesign"
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.0'
flutter-version: '3.24.3'
- run: 'flutter clean'
- run: "flutter --version"
- run: "flutter pub get"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Flutter Test
on:
on:
push:
branches:
- master
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.0'
flutter-version: '3.24.3'
- run: "flutter --version"
- run: flutter pub get
- run: flutter gen-l10n
Expand Down
Loading

0 comments on commit 3986c78

Please sign in to comment.