From e3cbe3b065fe84cec4b6a9b5fcdc73d397a6831f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 18 Aug 2023 18:15:56 +0200 Subject: [PATCH] ci: Use a newer Dart version --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7f6fdea..b48af0f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,11 +1,11 @@ pipeline: lint: - image: dart:2.18.1 + image: dart:3.0.7 commands: - dart pub get - dart analyze --fatal-infos --fatal-warnings test: - image: dart:2.18.1 + image: dart:3.0.7 commands: - dart pub get - dart test