mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Update CI to use flutter 3.16 image
This commit is contained in:
parent
bc690dc61e
commit
97beb9e687
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ test:
|
|||
stage: test
|
||||
except:
|
||||
- triage
|
||||
image: "ghcr.io/cirruslabs/flutter:3.7.12"
|
||||
image: "ghcr.io/cirruslabs/flutter:3.16.9"
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev
|
||||
- flutter pub global activate junitreport
|
||||
|
|
Loading…
Reference in a new issue