File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 17
17
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
18
18
19
19
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"
20
27
runs-on : ubuntu-latest
21
28
steps :
22
29
- name : 📚 Git Checkout
25
32
- name : 🐦 Setup Flutter
26
33
uses : subosito/flutter-action@v2
27
34
with :
35
+ flutter-version : ${{matrix.flutter-version}}
28
36
channel : stable
29
37
cache : true
38
+ cache-key : flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
30
39
31
40
- name : 📦 Install Dependencies
32
41
run : flutter packages get
59
68
with :
60
69
channel : stable
61
70
cache : true
71
+ cache-key : flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
62
72
63
73
- name : 📁 Build and release
64
74
uses : bluefireteam/flutter-gh-pages@v8
You can’t perform that action at this time.
0 commit comments