Skip to content

Commit

Permalink
ci: bump flutter 3.27.0 to 3.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jan 23, 2025
1 parent bc0b42e commit 8c06c2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.27.0",
"flutter": "3.27.3",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
FLUTTER_VERSION_OLDEST: "3.19.6"
FLUTTER_VERSION_NEWEST: "3.27.0"
FLUTTER_VERSION_NEWEST: "3.27.3"

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.27.0'
flutter-version: '3.27.3'
channel: 'stable'
- name: Dependencies (core)
run: flutter pub get
Expand Down

0 comments on commit 8c06c2c

Please sign in to comment.