Skip to content

Commit

Permalink
Merge pull request #1284 from bannzai/up/version/flutter
Browse files Browse the repository at this point in the history
🆙 flutter version
  • Loading branch information
bannzai authored Dec 11, 2024
2 parents b9938c5 + 109b2da commit 137126d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: '3.24.4'
flutter-version: '3.24.5'
- run: flutter pub get
- run: flutter analyze --no-pub --no-fatal-infos --fatal-warnings
build-ios-debug:
Expand All @@ -43,7 +43,7 @@ jobs:
XCCONFIG_SECRET: ${{ secrets.XCCONFIG_SECRET_DEVELOPMENT }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.4'
flutter-version: '3.24.5'
- run: flutter pub get
- name: Run iOS
run: flutter build ios --debug --no-codesign --target lib/main.dev.dart --dart-define-from-file=environment/dev.json
Expand All @@ -64,7 +64,7 @@ jobs:
DART_DEFINE_FROM_FILE_DEV: ${{ secrets.DART_DEFINE_FROM_FILE_DEV }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.4'
flutter-version: '3.24.5'
- run: flutter pub get
- run: flutter build apk --debug --target lib/main.dev.dart --dart-define-from-file=environment/dev.json
test:
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.4'
flutter-version: '3.24.5'
- run: make secret
- run: flutter pub get
- run: flutter test
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.4'
flutter-version: '3.24.5'
- run: make secret
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs && dart format lib -l 150
Expand Down

0 comments on commit 137126d

Please sign in to comment.