Skip to content

Commit

Permalink
fix(ci): set correct version for Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Mar 11, 2024
1 parent 83aad26 commit c2e6d2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
android_output: 'apk'
env: 'dev'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
page:
Expand All @@ -18,7 +18,7 @@ jobs:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
android_output: 'aab'
env: 'dev'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
android_output: 'aab'
env: 'prd'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.16.9'
flutter_version: '3.19.3'
android_output: 'aab'
env: 'beta'
secrets:
Expand Down

0 comments on commit c2e6d2f

Please sign in to comment.