Skip to content

Commit

Permalink
Use Flutter 3.24 in patrol develop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Oct 15, 2024
1 parent 6c92ca5 commit ea3fded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_linux_task:
kvm: "true"
env:
PATH: $HOME/.pub-cache/bin:$HOME/fvm/default/bin:$CIRRUS_WORKING_DIR/fvm:${PATH}
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.24.0"
EMULATOR_API_LEVEL: "34"
EMULATOR_ABI: google_apis_playstore;x86_64
EMULATOR_IMAGE: system-images;android-${EMULATOR_API_LEVEL};${EMULATOR_ABI}
Expand Down Expand Up @@ -66,7 +66,7 @@ test_macos_task:
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
env:
PATH: $HOME/.pub-cache/bin:$HOME/fvm/default/bin:${PATH}
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.24.0"
timeout_in: 30m

set_up_fvm_script: |
Expand Down

0 comments on commit ea3fded

Please sign in to comment.