From f8edc9ad180d10c44cee3daab5748240c1fcbe44 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Fri, 27 Sep 2024 21:12:26 +0800 Subject: [PATCH] Reapply "Update CI image to flutter 3.22" This reverts commit 18a538abc0ecb9433c7a731fd338a3136e7ef8c0. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c47c905e..2a331083 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ test: stage: test except: - triage - image: "ghcr.io/cirruslabs/flutter:3.16.9" + image: "ghcr.io/cirruslabs/flutter:3.22.3" before_script: - apt-get update -qq && apt-get install -y -qq libsqlite3-dev - flutter pub global activate junitreport