Skip to content

Commit 0bba87c

Browse files
authored
ci: add legacy version analyze (xsahil03x#15)
Signed-off-by: Sahil Kumar <[email protected]>
1 parent cc8bbe0 commit 0bba87c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/super_paging.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
1818

1919
build:
20+
strategy:
21+
matrix:
22+
flutter-version:
23+
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
24+
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
25+
- "3.13.0"
26+
- "3.x"
2027
runs-on: ubuntu-latest
2128
steps:
2229
- name: 📚 Git Checkout
@@ -25,8 +32,10 @@ jobs:
2532
- name: 🐦 Setup Flutter
2633
uses: subosito/flutter-action@v2
2734
with:
35+
flutter-version: ${{matrix.flutter-version}}
2836
channel: stable
2937
cache: true
38+
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
3039

3140
- name: 📦 Install Dependencies
3241
run: flutter packages get
@@ -59,6 +68,7 @@ jobs:
5968
with:
6069
channel: stable
6170
cache: true
71+
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
6272

6373
- name: 📁 Build and release
6474
uses: bluefireteam/flutter-gh-pages@v8

0 commit comments

Comments
 (0)