ci: Use a newer Dart version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2023-08-18 18:15:56 +02:00
parent 5e867e30ee
commit e3cbe3b065

View File

@ -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