Update CI Image
This commit is contained in:
parent
6432d45ca2
commit
a5195600de
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: cirrusci/flutter:stable
|
image: ghcr.io/cirruslabs/flutter:stable
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- archive
|
- archive
|
||||||
|
|
|
@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 < 4.0.0"
|
sdk: ">=3.1.0 < 4.0.0"
|
||||||
|
|
||||||
# Dependencies specify other packages that your package needs in order to work.
|
# Dependencies specify other packages that your package needs in order to work.
|
||||||
# To automatically upgrade your package dependencies to the latest versions
|
# To automatically upgrade your package dependencies to the latest versions
|
||||||
|
|
Loading…
Reference in a new issue