Skip to content

Commit

Permalink
Upgrade to Flutter master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Aug 29, 2024
1 parent 9587853 commit 7270b99
Show file tree
Hide file tree
Showing 23 changed files with 968 additions and 825 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
flutter-version: "3.25.0-1.0.pre.160"
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: Build dev binaries

env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.25.0-1.0.pre.160
XCODE_VERSION: ^15.0.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
flutter-version: "3.25.0-1.0.pre.160"
channel: "stable"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: Release

env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.25.0-1.0.pre.160
XCODE_VERSION: ^15.0.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLUTTER_VERSION=3.22.2
ARG FLUTTER_VERSION=3.25.0-0.1.pre
# Stage 1 - Install dependencies and build the app
# This matches the flutter version on our CI/CD pipeline on Github
FROM --platform=amd64 ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION} AS build-env
Expand Down
Loading

0 comments on commit 7270b99

Please sign in to comment.