Skip to content

Commit

Permalink
fix(workflow): update flutter_version to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
criistian14 committed Jan 18, 2025
1 parent 119f625 commit dd64192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/flutter_document_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.0.0
flutter_version: 3.24.0
working_directory: flutter_document_scanner
min_coverage: 80
env:
VERY_GOOD_ANALYTICS: false

android:
runs-on: macos-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/flutter_document_scanner_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.0.0
flutter_version: 3.24.0
working_directory: flutter_document_scanner_android
min_coverage: 80
env:
VERY_GOOD_ANALYTICS: false
4 changes: 1 addition & 3 deletions .github/workflows/flutter_document_scanner_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.0.0
flutter_version: 3.24.0
working_directory: flutter_document_scanner_ios
min_coverage: 80
env:
VERY_GOOD_ANALYTICS: false
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/[email protected]
with:
flutter_channel: stable
flutter_version: 3.0.0
flutter_version: 3.24.0
working_directory: flutter_document_scanner_platform_interface
min_coverage: 80

0 comments on commit dd64192

Please sign in to comment.