File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 34
34
- name : Dart 2.18
35
35
os : ubuntu-latest
36
36
sdk : 2.18.7
37
+ - name : Dart beta
38
+ os : ubuntu-latest
39
+ sdk : beta
37
40
fail-fast : false
38
41
name : Test ${{ matrix.name }}
39
42
steps :
@@ -92,12 +95,22 @@ jobs:
92
95
- name : Flutter 3.3
93
96
os : ubuntu-latest
94
97
sdk : 3.3.x
98
+ - name : Flutter beta
99
+ os : ubuntu-latest
100
+ sdk : beta
95
101
fail-fast : false
96
102
name : Test ${{ matrix.name }}
97
103
steps :
98
104
- name : Checkout code
99
105
uses : actions/checkout@v3
106
+ - name : Setup flutter (beta)
107
+ if : ${{ matrix.sdk == 'beta' }}
108
+ uses : subosito/flutter-action@v2
109
+ with :
110
+ channel : " beta"
111
+ cache : true
100
112
- name : Setup flutter
113
+ if : ${{ matrix.sdk != 'beta' }}
101
114
uses : subosito/flutter-action@v2
102
115
with :
103
116
flutter-version : ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments