File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 sdk : [stable]
17- flutter-version : [3.27.x]
1817
1918 steps :
2019 - name : Checkout repository
2928 uses : subosito/flutter-action@v2
3029 with :
3130 channel : stable
32- flutter-version : ${{ matrix.flutter-version }}
3331
3432 - name : Install dependencies
3533 run : flutter pub get
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 sdk : [stable]
16- flutter-version : [3.27.x]
1716
1817 steps :
1918 - name : Checkout Code
4140 strategy :
4241 matrix :
4342 sdk : [stable]
44- flutter-version : [3.27.x]
4543
4644 steps :
4745 - name : Checkout Code
5654 uses : subosito/flutter-action@v2
5755 with :
5856 channel : stable
59- flutter-version : ${{ matrix.flutter-version }}
6057
6158 - name : Install dependencies
6259 run : flutter pub get
You can’t perform that action at this time.
0 commit comments