From 97beb9e687ad6058a0076695d6cb445785131c04 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Thu, 23 May 2024 01:16:12 +0800 Subject: [PATCH] Update CI to use flutter 3.16 image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c47ba55a..c47c905e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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