Skip to content

Commit

Permalink
Bump flutter version to 3.22.0 in cirrusci workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed May 15, 2024
1 parent 60400d8 commit b96fc52
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 @@ -11,7 +11,7 @@ test_linux_task:
kvm: 'true'
env:
PATH: $HOME/.pub-cache/bin:$HOME/fvm/default/bin:$CIRRUS_WORKING_DIR/fvm:${PATH}
FLUTTER_VERSION: '3.16.0'
FLUTTER_VERSION: '3.22.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 @@ -70,7 +70,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.16.0'
FLUTTER_VERSION: '3.22.0'
timeout_in: 30m

set_up_fvm_script: |
Expand Down

0 comments on commit b96fc52

Please sign in to comment.