We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378b74b commit 1bfd117Copy full SHA for 1bfd117
1 file changed
.circleci/config.yml
@@ -1,10 +1,10 @@
1
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
2
-version: 4.4.2
+version: 2.1
3
4
jobs:
5
build:
6
docker:
7
- - image: cirrusci/flutter
+ - image: flutter:3.19.5
8
steps:
9
- checkout
10
- run: ls
0 commit comments