Update CI to use flutter 3.16 image

This commit is contained in:
Ming Ming 2024-05-23 01:16:12 +08:00
parent bc690dc61e
commit 97beb9e687

View file

@ -3,7 +3,7 @@ test:
stage: test stage: test
except: except:
- triage - triage
image: "ghcr.io/cirruslabs/flutter:3.7.12" image: "ghcr.io/cirruslabs/flutter:3.16.9"
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev - apt-get update -qq && apt-get install -y -qq libsqlite3-dev
- flutter pub global activate junitreport - flutter pub global activate junitreport