From 2eb9ac1d87ad8d5a61181618bdc669ad4a95e64c Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Wed, 23 Oct 2024 00:44:14 +0800 Subject: [PATCH] Fix flutter version mismatch in CI image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a331083..ca5b15f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ test: stage: test except: - triage - image: "ghcr.io/cirruslabs/flutter:3.22.3" + image: "ghcr.io/cirruslabs/flutter:3.19.6" before_script: - apt-get update -qq && apt-get install -y -qq libsqlite3-dev - flutter pub global activate junitreport