mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
feat: lock CI version to flutter 3.19.6
This commit is contained in:
parent
efd6fc138c
commit
82448ab9e0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/melos-ci.yml
vendored
3
.github/workflows/melos-ci.yml
vendored
|
@ -11,4 +11,5 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
with:
|
with:
|
||||||
subfolder: '.' # add optional subfolder to run workflow in
|
subfolder: '.' # add optional subfolder to run workflow in
|
||||||
|
flutter_version: 3.19.6
|
||||||
|
|
Loading…
Reference in a new issue