Skip to content

Commit

Permalink
Merge pull request #2345 from leancodepl/chore/android-test-workflow
Browse files Browse the repository at this point in the history
Bump Flutter version in android emulator e2e tests to 3.24
  • Loading branch information
piotruela authored Oct 1, 2024
2 parents 56426c5 + d7a98d2 commit 251638a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-android-emulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ["3.22.x"]
flutter-version: ["3.24.x"]
flutter-channel: ["stable"]

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-android-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ["3.22.x"]
flutter-version: ["3.24.x"]
flutter-channel: ["stable"]

defaults:
Expand Down

0 comments on commit 251638a

Please sign in to comment.