Skip to content

Commit

Permalink
Update workflows with Flutter master branch
Browse files Browse the repository at this point in the history
Revert "fixup! Upgrade to Flutter master branch"

This reverts commit 406ce6c.
  • Loading branch information
tddang-linagora committed Aug 29, 2024
1 parent 82237fc commit 509e320
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.25.0-1.0.pre.160"
channel: "stable"
flutter-version: "3.25.0-0.1.pre"
channel: "master"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
Expand Down
4 changes: 2 additions & 2 deletions .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.25.0-1.0.pre.160
FLUTTER_VERSION: 3.25.0-0.1.pre
XCODE_VERSION: ^15.0.1

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: "stable"
channel: "master"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.25.0-1.0.pre.160"
channel: "stable"
flutter-version: "3.25.0-0.1.pre"
channel: "master"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
Expand Down
4 changes: 2 additions & 2 deletions .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.25.0-1.0.pre.160
FLUTTER_VERSION: 3.25.0-0.1.pre
XCODE_VERSION: ^15.0.1

jobs:
Expand All @@ -33,7 +33,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: "stable"
channel: "master"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
Expand Down

0 comments on commit 509e320

Please sign in to comment.