Fix flutter version mismatch in CI image

This commit is contained in:
Ming Ming 2024-10-23 00:44:14 +08:00
parent 702446d824
commit 2eb9ac1d87

View file

@ -3,7 +3,7 @@ test:
stage: test stage: test
except: except:
- triage - triage
image: "ghcr.io/cirruslabs/flutter:3.22.3" image: "ghcr.io/cirruslabs/flutter:3.19.6"
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